v1

latestOpenAPI 3.0.32026-07-23194968.1 KB
Authentication

Get access token using client credentials

Authenticate using your OAuth2 client credentials to obtain an organization-level access token.

post/oauth2/token?grant_type=client_credentials

Response

Access token issued successfully

access_tokenstring required

Access token for authenticating API requests. Use as Bearer token in the Authorization header.

token_type'Bearer' required

Token type

expires_ininteger required

Token expiration time in seconds. Currently defaults to 86,400 (24 hours). This value is subject to change — always rely on the returned value.

refresh_tokenstring nullable

Refresh token for obtaining new access tokens. The refresh token currently shares the same lifetime as the access token (24 hours, subject to change). Each refresh token can only be used once.

All 19 operations