账户

备注
Expert level
API密钥应作为请求的Authorization标头中的Bearer令牌发送。 获取您的API密钥.
显示

API 端点:

GET
https://rank.fan/api/v1/account

请求示例:

curl --location --request GET 'https://rank.fan/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'