跳转到主要内容
POST
/
person
/
app-key
/
list
Key列表
curl --request POST \
  --url 'https://api.flashcat.cloud/person/app-key/list?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "p": 1,
  "limit": 19,
  "orderby": "<string>",
  "asc": true,
  "person_id": 123
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": "<unknown>"
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
p
integer
默认值:1
必填

页码

limit
integer
必填

页内数量

必填范围: x <= 20
orderby
string
必填

排序依据 支持created_at updated_at

asc
boolean
必填

是否升序

person_id
integer

key所属用户,仅使用账户owner身份调用api时可以传入

响应

200 - application/json
error
object

错误信息,仅失败时存在

data
any