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": true,
      "billing_email": "o4pq9tj7@F.com",
      "billing_email_verified": "2025-03-12T01:36:50.985Z",
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "created_at": "2025-03-12T01:36:50.985Z",
      "domain": "3Gxe5C98OPVVAwVDPIAkBaxWpiz",
      "id": "76b2e611-245d-4b40-9193-03ea0701a747",
      "image": "https://6.NZfS.com/WO/ygp8",
      "name": "",
      "phone": "+1-146-618-5715",
      "stripe_id": "iNREfOx",
      "updated_at": "2025-03-12T01:36:50.985Z"
    }
  ],
  "next_page": "iaT9re4R2WATvyxdJtVmmGozSbVr"
}