Skip to main content
POST
Generate auth token

Body

application/json
clientID
string
required
clientSecret
string
required

Response

Successful response

authToken
string

JWT token valid for 10 minutes

refreshToken
string

Refresh Token will expires after 30 days of inactivity; used to obtain new authentication tokens

expiresIn
integer

Time in seconds until auth token expires (600 seconds = 10 minutes)