搜索令牌

GET https://api.aimanyi.top/api/token/search

MethodGET
Pathhttps://api.aimanyi.top/api/token/search
Typehttp
Status1
Module2102810
Folder53539301

概览

MethodGET
Pathhttps://api.aimanyi.top/api/token/search
Typehttp
Status1
Module2102810
Folder53539301

参数

{
  "query": [
    {
      "id": "a9bLVV6w0l",
      "name": "keyword",
      "required": false,
      "description": "搜索令牌名字",
      "enable": true,
      "type": "string",
      "sampleValue": ""
    },
    {
      "id": "Lx3lsg0Ruf",
      "name": "token",
      "required": false,
      "description": "搜索令牌密钥",
      "enable": true,
      "type": "string",
      "sampleValue": "sk-xxxxxxxxxxx"
    }
  ],
  "header": [
    {
      "name": "new-api-user",
      "required": true,
      "description": " 你的账户id",
      "id": "mdHWp8Brs8",
      "type": "string",
      "enable": true,
      "sampleValue": "1"
    },
    {
      "required": true,
      "description": "你的系统令牌",
      "type": "string",
      "id": "53DfcFl4zB",
      "enable": true,
      "name": "Authorization",
      "sampleValue": "asasd15a6d165"
    }
  ]
}

请求体

{
  "type": "none",
  "parameters": [],
  "mediaType": "",
  "examples": [],
  "oasExtensions": ""
}

响应

[
  {
    "id": 778967990,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": [],
    "oasExtensions": ""
  }
]