US Hosted API (allquiet.app)

EU Hosted API (allquiet.eu)

Plan Requirements

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.

Authentication

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:

  1. Using the X-Api-Key header:
X-Api-Key: your-api-key-here
  1. Using the standard Authorization Bearer token:
Authorization: Bearer your-api-key-here

Both methods are equivalent - choose the one that best fits your needs.