Skip to main content
Version: 1.0.0

API

Authentication​

OAuth 2.0​

Our API authentication is based on the OAuth 2.0 protocol. This protocol provides a secure way to grant access to protected resources on behalf of a client. For more information about OAuth 2.0, see RFC 6749.

Authorization Flow with Grant Type client_credentials​

The client_credentials grant type is a variant of the OAuth 2.0 flow. It was chosen as the authorization method to secure our API. This grant type is ideal for scenarios where authentication occurs between systems, without involving end users. To learn more about the client_credentials grant type, see the corresponding section in RFC 6749.

Authentication​

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT