Skip to main content

Exchange access key

POST 

/api/affiliate/auth/access/key

Note: The access key will expired in 7 days

Request

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

OK

Schema

    data string
    message string
    params object[]
    requestId string
    status int32
Loading...