Requirements
Base URL
The Aircampi Auth API is served over HTTPS. All URLs referenced in the documentation have the following Base URL. It can be your custom domain or {project_id}.aircampi.com (full URL).
Status Code
When an error occurs, you will receive an error object. Most of these error objects contain an error code and an error description so that your applications can more efficiently identify the problem.
Rate limiting
The Auth API is subject to rate limiting. The limits differ per endpoint.
If you exceed the provided rate limit for a given endpoint, you will receive the 429 Too Many Requests
response with the following message: Too many requests. Check the X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers. See https://developer.aircampi.com/api/rate-limiting