Skip to main content
POST
/
api
/
endfield
/
gacha
/
fetch
从官方 API 同步抽卡记录
curl --request POST \
  --url https://api.end.shallow.ink/api/endfield/gacha/fetch \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "account_uid": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

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

Body

application/json
account_uid
string

账号 UID(多账号时指定)

Response

200

同步任务已启动