📄️ OAuth2
Learn how to authenticate with the API using OAuth2.
📄️ OAuth2 Scopes
Scopes are used to grant access to specific resources and actions. They are used to limit the access of an access token to specific resources and actions. The scopes are defined by the API and are requested by the client during the authorization process.
📄️ Client Credentials
Client credentials are used to authenticate with the API. They are another way to generate access tokens which are used to authenticate requests to the API.