Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url 'https://api.flashcat.cloud/account/info?app_key=' \ --header 'Content-Type: application/json' \ --data '{}'
{ "error_code": 0, "data": { "account_id": 1001, "account_name": "acme", "domain": "acme", "extra_domains": [ "acme-corp" ], "phone": "138****8000", "country_code": "86", "email": "ops@acme.example", "avatar": "https://cdn.flashcat.cloud/avatar/acme.png", "locale": "zh-CN", "time_zone": "Asia/Shanghai", "created_at": 1716960000, "restrictions": { "ips": [ "203.0.113.0/24" ], "email_domains": [ "acme.example" ], "allow_subdomain": true } } }
返回当前主体(账户)的基本信息与设置。
在 Flashduty 控制台 账户 → APP Key 中签发的 app_key。调用任何公开 API 时都必须携带。它等同于所属账户的身份凭证,请妥善保管。
The body is of type object.
object
OK
成功响应结构。2xx 响应中 request_id 标识本次调用(同时出现在 Flashcat-Request-Id 响应头中),data 为接口业务 payload。失败响应使用不同结构,参见 ErrorResponse。
request_id
Flashcat-Request-Id
data
ErrorResponse
本次请求的唯一 ID,也会在 Flashcat-Request-Id 响应头中返回。反馈问题时请一并附上。
"01HK8XQE3Z7JM2NTFQ5YJ8P9R4"
每个接口自己的业务 payload,详见各接口的 200 响应 schema。
Show child attributes