All Partner API endpoints require authentication with your partner API key.
Alternatively, use the Authorization header:
All requests with a body must also include:
Response envelope
Every successful response is wrapped in a standard envelope:
Error responses return the appropriate HTTP status code with details in the body:
Managing keys
Treat your API key like a password. Never expose it in client-side code or commit it to source control.
API keys can be rotated at any time from your dashboard. Rotating a key immediately invalidates the previous one.