Guide on how to authenticate against our API
clientId
and keyId
information from the API Keys page,
you make a request to our oauth/token
endpoint and exchange your credentials for a Json Web Token (JWT) which gives actual access to the API.
Header: Authorization
following the “Bearer” mechanism:
Header: Authorization: Bearer {access_token}
.
401: Unauthorized
status code.