Authentication
Retrieve an access token using client credentials.
Authorizations
Body
grant_typestringRequired
The type of grant request (e.g., 'client_credentials').
client_idstringRequired
The client identifier issued to the client.
Responses
200
Access token successfully obtained.
application/json
400
Invalid request parameters.
401
Unauthorized - Invalid client credentials.
post
/v1/oauth/tokenLast updated