Skip to main content
POST
Get Access Token

Headers

Authorization
string

Body

application/json
clientID
string
required

The client ID for auth client credentials flow

Minimum string length: 1
clientSecret
string
required

The client jwtSecret for auth client credentials flow

Minimum string length: 1

Response

OK

accessToken
string

The access token

tokenType
string

The token type (typically 'Bearer')

expiresIn
integer<int64>

Token expiration time in seconds