🔐 Authentication Overview
Introduction
Authentication in this API uses the OAuth 2.0 standard. Before accessing protected resources, you'll need to obtain an access token using your registered OAuth client.
Authentication APIs
-
Access Token API –
Generate an access token
for authenticating with protected endpoints.
All available scopes are automatically assigned to the token. See the full list in the Scopes Reference . - Introspect Token API – Verify if a token is active and retrieve token metadata.
- Revoke Token API – Revoke an access token when it is no longer needed or should be invalidated.
OAuth Client Setup
Before generating tokens, make sure you've created an OAuth client in the Developer Portal Setup . This is essential to authenticate against our OAuth 2.0 endpoints.