v2

latestOpenAPI 3.0.0raw.githubusercontent.com2025-11-112012.9 KB
Authentication

Create Access Token

Retrieve an access token using OAuth2 client credentials grant

post/auth/oauth/token

Request body

clientIdstring required
clientSecretstring required
grantType'client_credentials' required

Response

Access token response

access_tokenstring required
token_type'Bearer' required
expires_innumber required

Expiration time in seconds

All 2 operations