Skip to main content
POST
/
api
/
v1
/
bindings
创建绑定
curl --request POST \
  --url https://api.end.shallow.ink/api/v1/bindings \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "framework_token": "<string>",
  "user_identifier": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

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

Body

application/json
framework_token
string
required
user_identifier
string

API Key 认证时需要

Response

200

绑定成功