Sign by current time
POSThttps://api-test.thinla.com:443/api/affiliate/auth/sign/time
Notice: The api only available by test.
Request
- application/json
Body
string
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
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://api-test.thinla.com:443/api/affiliate/auth/sign/time' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
-H 'Authentication: <API_KEY_VALUE>' \
--data-raw '"string"'
ResponseClear