Authentication
Send your API key as the X-API-Key header.
All authenticated endpoints use an API key sent in the X-API-Key header.
Public vs authenticated endpoints
Good practices
- Store the key in an environment variable or secret manager, never in code.
- Request only the scopes you need.
- Rotate the key by registering a new identity if it leaks.
Endpoints have no trailing slash (/proposals, /deliveries). A trailing
slash triggers a redirect that can drop the request body — always call the
exact paths shown in the API Reference.
