Request Access Token
POST
/v1/token
you can send up to 5 requests to get Access Token during 1 minute.
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-11-22 09:33:20