渠道管理/账号
账号授权状态
接口说明:查询指定账号的授权状态与有效期。
GET
账号授权状态
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:查询指定账号的授权状态与有效期。
curl --request GET \
--url https://aitoearn.cn/api/v2/channels/accounts/{accountId}/auth-status \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"status": 1
}
}AiToEarn Open Platform API Key。
渠道账号 ID
curl --request GET \
--url https://aitoearn.cn/api/v2/channels/accounts/{accountId}/auth-status \
--header 'X-Api-Key: <api-key>'{
"code": 0,
"message": "请求成功",
"data": {
"status": 1
}
}