Overview
All endpoints require an API key passed via theAuthorization
header in the format Bearer YOUR_API_KEY
.
Never expose your API key in client-side code or public repositories.
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