AuthTokens
Create an auth token
Audiences
AuthTokens
Brands
Inbound
Lists
Messages
Notifications
Profiles
Tenants
User Preferences
User Tenants
AuthTokens
Create an auth token
Returns a new access token.
POST
/
auth
/
issue-token
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
*
scope
string
*
scope
Required
string
expires_in
string
*
expires_in
Required
string
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
scope
string
requiredexpires_in
string
requiredResponse
200 - application/json
token
string | null