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": "6sq7Fhj@G8Dfm4m.com",
      "billing_email_verified": "2025-05-30T23:19:46.220Z",
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "created_at": "2025-05-30T23:19:46.220Z",
      "domain": "9wT9",
      "id": "11b5f924-9517-4bfe-bc05-1c2270c97b16",
      "image": "https://4mY0d.8G.com/OeUM/GNqkr",
      "name": "zELYmXAlIQYuhlP4rpWOk2RWjJ",
      "phone": "+1-857-834-8187",
      "stripe_id": "IV06rCntJx2bvEdkKwUX",
      "updated_at": "2025-05-30T23:19:46.220Z"
    }
  ],
  "next_page": "9YP3fUg"
}