Advanced
Public API
Our Public API allows you to manage your resources from anywhere.
US Hosted API (allquiet.app)
- Swagger Documentation: https://allquiet.app/api/public/swagger-ui/index.html
- JSON: https://allquiet.app/api/swagger/public-v1/swagger.json
EU Hosted API (allquiet.eu)
- Swagger Documentation: https://allquiet.eu/api/public/swagger-ui/index.html
- JSON: https://allquiet.eu/api/swagger/public-v1/swagger.json
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:
- Using the
X-Api-Key
header:
- Using the standard Authorization Bearer token:
Both methods are equivalent - choose the one that best fits your needs.