Skip to main content
GET
/
api
/
v1
/
subscription
/
checkin
/
challenge
获取签到挑战
curl --request GET \
  --url https://end-api.shallow.ink/api/v1/subscription/checkin/challenge \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "challenge_id": "<string>",
    "timestamp": 123,
    "server_nonce": "<string>",
    "sign_token": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

第三方开发者 API Key(格式:sk_xxx)

Response

200 - application/json

签到挑战参数

code
integer
Example:

0

data
object