Request access token
POST
/v2/token
Important Notes
Request
Header Params
Accept
string
required
Example:
application/json
Body Params multipart/form-data
client_id
string
required
Example:
<replace with client id>
client_secret
string
required
Example:
<replace with client secret>
grant_type
string
required
It indicates server-to-server authentication, where the client application directly requests an access token without user intervention.
Example:
client_credentials
Request samples
Responses
Modified at 2024-12-17 16:49:15