Overview
API Endpoint
POST /open-api/v1/oauth/token/create
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| app_key | string | Yes | Developer ID assigned after enterprise verification |
| app_secret | string | Yes | Developer secret assigned after enterprise verification |
Response Parameters
| Level 1 Field | Level 2 Field | Type | Description |
|---|---|---|---|
| code | string | Result code | |
| msg | string | Result description | |
| data | object | ||
| token | string | Access Token (used for API requests) | |
| expire | string | Token expiration time (unit: seconds) | |
| refresh_token | string | Refresh token (used to refresh the Access Token) | |
| refresh_expire | string | Refresh token expiration time (unit: seconds) |