APIOrgsList 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": true,
      "billing_email": "d1g4h3Qr@b.com",
      "billing_email_verified": "2025-06-13T18:06:17.150Z",
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "created_at": "2025-06-13T18:06:17.150Z",
      "domain": "jVGShDn88mUE",
      "id": "7d96bf84-b2be-4d26-8e52-ef00b96fa6c3",
      "image": "https://Pb4sEpLb0hu.uF5uDlB.com/DRMgCu/Qz",
      "name": "mA3xYcoHFBF1xDVw9CDg8JpW5LJ",
      "phone": "+1-169-557-2956",
      "stripe_id": "ziEZaRQbUluMDoWm0R4mtKkLxW",
      "updated_at": "2025-06-13T18:06:17.150Z"
    }
  ],
  "next_page": "H6uWqH3a5gl9l6DjsSp"
}