Overview
All endpoints require an API key passed via theAuthorization header in the format Bearer YOUR_API_KEY.
Base URL
Example
Headers
- Authorization:
Bearer YOUR_API_KEY - Content-Type:
application/json(for requests with a body)
Errors
- 401 Unauthorized: missing or invalid token
- 403 Forbidden: action not allowed for this key

