API → OrgsList orgs
hidden

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

get
/orgs
$ curl "https://api.zoo.dev/orgs" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "allow_users_in_domain_to_auto_join": false,
      "billing_email": "1kOuMFW@yh0Ek6Yc.com",
      "billing_email_verified": "2025-02-11T16:12:36.363Z",
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "created_at": "2025-02-11T16:12:36.363Z",
      "domain": "jUcIFdPx19eGc2EAydO0uoKP6htM",
      "id": "8b4495a8-6fba-429d-801c-50056d94c4e1",
      "image": "https://.Q8Gt5M.com/7dFZ4N/jSyqL",
      "name": "vXzz3rGpdZQdOs7A0l0X",
      "phone": "+1-144-888-4216",
      "stripe_id": "tbLqv9dRyCUwuP1nOnFXxR2AEhE3J",
      "updated_at": "2025-02-11T16:12:36.363Z"
    }
  ],
  "next_page": "cDvFwctlrGRQ1aerRyaI9k1npm"
}