简体中文
cURL
curl --request GET \ --url https://api.brightdata.com/status \ --header 'Authorization: Bearer <token>'
{ "status": "active", "customer": "customer-id", "can_make_requests": false, "auth_fail_reason": "zone_not_found", "ip": "x.x.x.x" }
Get account status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
此页面对您有帮助吗?