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": true,
      "billing_email": "aXlE@.com",
      "billing_email_verified": "2024-12-06T17:03:01.174Z",
      "block": "missing_payment_method",
      "can_train_on_data": false,
      "created_at": "2024-12-06T17:03:01.174Z",
      "domain": "F",
      "id": "f2959190-7c82-45b2-ac9f-5c16aefaabba",
      "image": "https://5ARcb.llbHlu8MTjo.com/R0tQTToy/GDPa",
      "name": "tdZk82",
      "phone": "+1-759-778-7734",
      "stripe_id": "wMru2eQq0HardZZRZbpg7UcErYIEG",
      "updated_at": "2024-12-06T17:03:01.174Z"
    }
  ],
  "next_page": ""
}