主题
获取账号信息
GET
https://az.gptplus5.com/api/user/self
请求参数
Header 参数
| 参数名 | 类型 | 必需 | 说明 | 示例 |
|---|---|---|---|---|
new-api-user | string | 必需 | 1 | |
Authorization | string | 必需 | asasd15a6d165 |
cURL 示例
bash
curl --location --request GET 'https://az.gptplus5.com/api/user/self' \
--header 'new-api-user: 1' \
--header 'Authorization: asasd15a6d165'返回响应
🟢200成功
响应示例
json
{}