The Permutive API follows RESTful principles. It is designed to have predictable, resource-oriented URLs and make use of built-in HTTP features such as HTTP response codes and HTTP authentication.Documentation Index
Fetch the complete documentation index at: https://docs.permutive.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
The base URL for the Permutive API isCustomers who have been with Permutive longer may have deployments with a base URL of
https://api.permutive.com. Permutive continues to support this address but we recommend and ask that new deployments use the .app base URL.Content types
All data exchanged between clients and the API is JSON, including errors, so all API requests should set theContent-Type header to application/json.