001-GetAuth
Function
Request Access Token
Endpoint
- /v1/auth
HTTP Method
- POST
Request Headers
- Content-Type: application/json
Request Payload
{
"appKey": "appKey",
"appSecret": "appSecret"
}
Request Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| appKey | Yes | string | app Key | xx |
| appSecret | Yes | string | app Secret | xx |
Response Payload
{
"status": 1,
"errorCode": 0,
"message": "success",
"token": "token"
}