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": "MLoE@e22EcJy.com",
      "billing_email_verified": "2024-07-27T01:15:56.333Z",
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "created_at": "2024-07-27T01:15:56.333Z",
      "domain": "KUeULBElciZbAoL29o3JicF6LBvOUZ",
      "id": "5558297f-0081-4c89-b7c9-66680d5d2ac9",
      "image": "https://RiWm99.xdgBQo.com/GVSnhzqDCvc3/9d",
      "name": "qtcHbCw03SdqzJddX7w",
      "phone": "+1-523-277-5835",
      "stripe_id": "VXS",
      "updated_at": "2024-07-27T01:15:56.333Z"
    }
  ],
  "next_page": "UtxvCsndvG8Raui1K3dz6K3cO526"
}