Skip to main content
GET
/
api
/
v1
/
user
/
profile
获取当前用户信息
curl --request GET \
  --url https://end-api.shallow.ink/api/v1/user/profile \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

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

Response

用户信息(含已绑定 OAuth 列表)