Get Access Token
Developing
Sandbox
https://wallet.test.wspn.io
Sandbox
https://wallet.test.wspn.io
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}}
Request samples
Responses
Modified at 2025-06-25 02:01:40