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": "XlIbyJvfA@QpCr9.com",
      "billing_email_verified": "2025-04-25T16:39:23.004Z",
      "block": "payment_method_failed",
      "can_train_on_data": false,
      "created_at": "2025-04-25T16:39:23.004Z",
      "domain": "dvbbb6U",
      "id": "28ae339a-93ee-4f39-9d91-c64817fe13db",
      "image": "https://7fH2Q5JlNq.t7iIL6BlHWN.com/n/hRhD1Evz",
      "name": "O",
      "phone": "+1-209-221-6969",
      "stripe_id": "iZ7",
      "updated_at": "2025-04-25T16:39:23.004Z"
    }
  ],
  "next_page": "aQGvUhgfXZgjFu10p"
}