OAuth
Authorizations
AuthorizationstringRequired
Body
grant_typestringRequired
OAuth2 grant type - must be 'client_credentials'
Responses
200
Successfully generated OAuth2 access token
application/json
OAuth2 access token response structure containing the bearer token and expiration details
access_tokenstringOptionalExample:
@Description The OAuth2 access token for API authentication - use as Bearer token in Authorization header @Example 580defdbe1d21e0001c67e5c2a0a6c98ba8b4a059dc5825388501574
580defdbe1d21e0001c67e5c2a0a6c98ba8b4a059dc5825388501574expires_inintegerOptionalExample:
@Description Token expiration time in seconds from issuance @Example 3600
3600token_typestringOptionalExample:
@Description OAuth2 token type - always "bearer" for this implementation @Example bearer
bearer403
Invalid credentials
application/json
post
/oauth/tokenLast updated
Was this helpful?
