Get Access Token
Developing
POST
/openapi/v1/auth/oauth2/token
Param | Description | Fixed Value |
---|---|---|
Content-Type | The Content-Type should be multipart/form-data. | multipart/form-data |
api_key | The API Key value fetched from Before Integration. | |
api_secret | The API Secret value fetched from Before Integration. | |
grant_type | Fixed value client_credentials. | client_credentials |
Request
Query Params
grant_type
string
required
Example:
{{grant_type}}
api_key
string
required
Example:
{{api_key}}
api_secret
string
required
Example:
{{api_secret}}