要使用此接口,请将您的 refresh_token 发送到以下端点:
POST:
curl --location 'https://auth.810088.xyz/api' --header 'Content-Type: application/json' --data '{
"refresh_token": "输入你的v1.开头的refresh_token"
}'
或者附加在查询字符串中:
GET:https://auth.810088.xyz/api?refresh_token=输入你的v1.开头的refresh_token
该接口将返回包含 sensitive_id 和 refresh_token 的响应。