Skip to content

获取账号信息

GET https://az.gptplus5.com/api/user/self

请求参数

Header 参数

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

cURL 示例

bash
curl --location --request GET 'https://az.gptplus5.com/api/user/self' \
--header 'new-api-user: 1' \
--header 'Authorization: asasd15a6d165'

返回响应

🟢200成功

响应示例

json
{}