Version: 1.0.0
Authorization Flow with Grant Type
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β
- HTTP: Bearer Auth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |