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": "Oqzv5Y@wkaIDLJ.com",
      "billing_email_verified": "2025-01-07T20:43:56.113Z",
      "block": "payment_method_failed",
      "can_train_on_data": false,
      "created_at": "2025-01-07T20:43:56.113Z",
      "domain": "sifqSYtTT4KEQKA49T6GLrsZv9",
      "id": "c97985fb-fca3-4392-af56-4fb4a41bc4c2",
      "image": "https://FwIP..com/1X/GI45GdVsqSW",
      "name": "gY1uEkDqHMMuOA6Z12iUCRnislMRw",
      "phone": "+1-906-835-7680",
      "stripe_id": "BiJj34pqug3fqLRGJ",
      "updated_at": "2025-01-07T20:43:56.113Z"
    }
  ],
  "next_page": "M"
}