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": false,
      "billing_email": "jHswqSQQq@zAfyV4.com",
      "billing_email_verified": "2025-07-04T14:10:08.969Z",
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "created_at": "2025-07-04T14:10:08.969Z",
      "domain": "ZkaXqZEgVQr",
      "id": "933569e1-a25a-4a5f-9568-b5ad312892c5",
      "image": "https://v.mz7vgCh2X.com/yGEciAIF/zZRB2nFP9Lo6",
      "name": "BOoYQVGHna0q",
      "phone": "+1-251-799-3817",
      "stripe_id": "jg65koEj1blNYBTMZPvS9byC4A",
      "updated_at": "2025-07-04T14:10:08.969Z"
    }
  ],
  "next_page": ""
}