For the complete documentation index, see llms.txt. This page is also available as Markdown.

Making API Requests

All API calls are made to an API REST server, using GET, POST, PATCH, or DELETE requests, depending on the API.

The body of each request, if any, should be plaintext containing valid JSON.

Each request needs to have a proper Management API Authorization header.

API Version

All APIs should be used in their /api/v1/ version.

If not specified, endpoints have a maximum pagination limit of 1000 items per request.

Rate Limiting

All Management API requests are subject to per-company rate limits.

For details on limits per plan and how rate limiting works, see Rate Limiting.

Last updated

Was this helpful?