Base URLs
Always use HTTPS. HTTP requests are redirected to HTTPS automatically.
Authentication
All requests require a valid API key passed as a Bearer token in theAuthorization header:
Request format
- Set
Content-Type: application/jsonfor allPOST,PUT, andPATCHrequests - Request bodies must be valid JSON
- String values are UTF-8 encoded
- Dates are ISO 8601 format (
2024-01-15T10:30:00Z)