Authentication Overview#
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.While requesting the token, specify the required scope(s). See OAuth Scopes. 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.
OAuth Client Setup#
Before generating tokens, make sure you have created an OAuth client in the Developer Portal ({{baseUrl}}oauth/clients). This is required to authenticate against OAuth 2.0 endpoints.Modified at 2026-04-08 11:49:55