v1

latestOpenAPI 3.0.12026-07-1344998.2 KB

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"
}