Skip to main content
GET
/
api
/
endfield
/
gacha
/
accounts
获取可用账号列表
curl --request GET \
  --url https://api.end.shallow.ink/api/endfield/gacha/accounts \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "need_select": true,
    "accounts": [
      {}
    ]
  }
}

Authorizations

X-API-Key
string
header
required

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

Response

200 - application/json

账号列表

code
integer
Example:

0

data
object