Get Started
Authentication
Identity and Access Management
API access requires obtaining OAuth client credentials from Intermezzo. Please contact us to get your credentials.
Authentication
Intermezzo API uses OAuth 2 access tokens to authenticate requests. The token is passed in the Authorization header of the request.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Token Request
To obtain an access token, make a POST request to the token endpoint with your client credentials.
Your client_id
and client_secret
provide access to all your data, so keep them secure. Do not share them publicly by checking them into GitHub or client side code.