The Public API is not available in the STANDARD plan, but is included in both PRO and ENTERPRISE plans. If you’re on the STANDARD plan, you’ll need to upgrade to access the API functionality.
To use the API, you need an API Key that you can create for your organization. This is the same API Key you use for SCIM or the Terraform provider.You can authenticate your API requests in two ways:
Using the X-Api-Key header:
Copy
X-Api-Key: your-api-key-here
Using the standard Authorization Bearer token:
Copy
Authorization: Bearer your-api-key-here
Both methods are equivalent - choose the one that best fits your needs.