Skip to content

搜索令牌

GET https://az.gptplus5.com/api/token/search

请求参数

Query 参数

参数名类型必需说明示例
keywordstring可选
tokenstring可选sk-xxxxxxxxxxx

Header 参数

参数名类型必需说明示例
new-api-userstring必需1
Authorizationstring必需asasd15a6d165

cURL 示例

bash
curl --location --request GET 'https://az.gptplus5.com/api/token/search?keyword=&token=sk-xxxxxxxxxxx' \
--header 'new-api-user: 1' \
--header 'Authorization: asasd15a6d165'

返回响应

🟢200成功

响应示例

json
{}