Skip to main content
POST
Create an access token

Body

application/json

Client credentials issued for the company OAuth application.

clientId
string
required
Minimum string length: 1
clientSecret
string
required
Minimum string length: 1

Response

An access token was issued. Cache accessToken until expiresIn seconds have elapsed.

accessToken
string
required
tokenType
enum<string>
required
Available options:
Bearer
expiresIn
number
required

Expiration time in seconds

Required range: x >= 0