OAuth
Issue OAuth token
Generate an OAuth access token for machine-to-machine API access.
post/v2/oauth/token
Response
Successful Response
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.example.signature",
"token_type": "Bearer",
"expires_in": 86400
}Changes
No recorded changes to this endpoint across all 1 revision of this API.