Create Token
POST/oauth/token/create
- Access Token Authorization, Developers must authenticate by generating an access token. After successful authentication, the token returned by the API is used to access other business APIs.
- Before generating the token, you must obtain the developer app_key and app_secret assigned after enterprise verification is approved.
- The access token used to call APIs is valid for 60 minutes.
Request
Responses
- 200
OK