搜索令牌
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/api/token/search:
get:
summary: 搜索令牌
deprecated: false
description: ''
tags:
- 系统API
parameters:
- name: keyword
in: query
description: 搜索令牌名字
required: false
example: ''
schema:
type: string
- name: token
in: query
description: 搜索令牌密钥
required: false
example: sk-xxxxxxxxxxx
schema:
type: string
- name: new-api-user
in: header
description: ' 你的账户id'
required: true
example: '1'
schema:
type: string
- name: Authorization
in: header
description: 你的系统令牌
required: true
example: asasd15a6d165
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 系统API
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5443236/apis/api-356116296-run
components:
schemas: {}
securitySchemes:
bearer:
type: http
scheme: bearer
servers:
- url: https://www.anyapi.vip
description: 正式环境
security:
- bearer: []