Auth
Obtain an access token (OAuth 2.0 Client Credentials)
post/v1/oauth/token
Request body
Response
Access token
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○