Skip to main content

Common headers

Two headers cover nearly every call. Nothing else is required.

X-Authorization: <token>
Content-Type: application/json

Reference

FieldTypeDescription
X-Authorization (required)stringBearer token identifying the caller. Sent on every request.
Content-Type (required)stringAlways application/json. Authnull does not accept form-encoded bodies.
AcceptstringOptional. Responses are application/json regardless.

Not supported

The standard Authorization header, API keys in query strings, and basic authentication are not accepted.