Base URL
Authentication
Every endpoint exceptPOST /oauth/token expects a
bearer token:
Media types
The API is versioned through a vendor media type.
For convenience,
application/json is also accepted and maps to the latest version of an endpoint.
For production integrations, sending the versioned media type is recommended.
Status codes
How failure bodies are shaped is covered in Error handling.