/
/Bright Data API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 2mo ago
Proxy2
  • get/cities
  • get/countrieslist
  • get/customer/balance
  • get/customer/bw
  • get/network_status/{NETWORK_TYPE}
  • get/status
  • put/status
  • get/zone
  • post/zone
  • delete/zone
  • get/zone/blacklist
  • post/zone/blacklist
  • delete/zone/blacklist
  • get/zone/bw
  • post/zone/change_disable
  • get/zone/count_available_ips
  • get/zone/cost
  • post/costs/export/json
  • post/costs/export/csv
  • post/zone/domain_perm
  • delete/zone/domain_perm
  • get/zone/get_active_zones
  • get/zone/get_all_zones
  • get/zone/ips
  • post/zone/ips
  • delete/zone/ips
  • post/zone/ips/migrate
  • post/zone/ips/refresh
  • get/zone/ips/unavailable
  • get/zone/passwords
  • get/zone/permissions
  • get/zone/recent_ips
  • get/zone/route_vips
  • get/zone/static/cities
  • get/zone/status
  • post/zone/switch_100uptime
  • delete/zone/vips
  • get/zone/whitelist
  • post/zone/whitelist
  • delete/zone/whitelist
  • postAdd Zone Password
  • postRemove Zone Password

Get account status

get/status

Response

OK

statusstring
customerstring
can_make_requestsboolean
auth_fail_reasonstring
ipstring

Example response

{
  "status": "active",
  "customer": "customer-id",
  "can_make_requests": false,
  "auth_fail_reason": "zone_not_found",
  "ip": "x.x.x.x"
}

Changes