Skip to main content
POST
/
api
/
v1
/
subscription
/
checkin
提交签到
curl --request POST \
  --url https://end-api.shallow.ink/api/v1/subscription/checkin \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "challenge_id": "<string>",
  "captcha_verify_param": "<string>",
  "client_nonce": "<string>",
  "timestamp": 123,
  "sign": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

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

Body

application/json
challenge_id
string
required
captcha_verify_param
string
required
client_nonce
string
required
timestamp
integer
required
sign
string
required

Response

200

签到成功,返回获得配额和连续天数