Exchange access key
POST/api/affiliate/auth/access/key
Note: The access key will expired in 7 days
Request
- application/json
Body
secretId string
secretId
signature string
The signature which generated by signing by secret key
timestamp int64
The entered timestamp cannot differ from the current timestamp by 1 hour. The unit is million second
Responses
- 200
- 201
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
data string
message string
params object[]
requestId string
status int32
{
"data": "string",
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...