Create an access token and a refresh token
Send your clientId
and clientSecret
, and receive a short-lived (10 minutes) accessToken
and a long-lived (30 days) refreshToken
.
This API can be used for 2 purposes:
companyId
parameter.companyId
parameter for this customer. See Embedded Admin Guide for more detailsBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Default Response
The response is of type object
.