v1

latestOpenAPI 3.1.0MIT2026-07-22172693.3 KB

Generates authentication tokens for a client using clientId and clientSecret.

post/api/token

Request body

clientIdstring required

The client ID of the organization

clientSecretstring required

The client secret of the organization

Response

Authentication tokens generated successfully

accessTokenstring

Access token to use in your API request

refreshTokenstring

Refresh token to refresh your access token

expiresAtstring date-time

Date and timestamp at which the access token will expire

refreshTokenExpiresAtstring date-time

Date and timestamp at which the refresh token will expire