OAuth2 Authentication
OAuth2 is a protocol allowing applications to authenticate with the API, and the security implementation is based on the OpenID Connect framework. To obtain an access token and make calls to the API, you can use any supported OAuth2 authentication workflows, such as Client Credential or Authorization Code Grant.
Next Steps
See how to get an access token in your system's language.