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": "TT@JsBfcc.com",
      "billing_email_verified": "2025-05-14T21:39:23.712Z",
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "created_at": "2025-05-14T21:39:23.712Z",
      "domain": "6JWCnxMzomsy8mStAwtuRN",
      "id": "87f15b42-1c1c-4155-ad2d-0f6a7f539e22",
      "image": "https://pbm.El.com/GR4b/G50R5J0zD",
      "name": "OsxvdnPtA92PGbkOBUMPwe",
      "phone": "+1-918-814-8250",
      "stripe_id": "K9QnziPMfU2HvXOjCNf",
      "updated_at": "2025-05-14T21:39:23.713Z"
    }
  ],
  "next_page": "V"
}