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": "nBea@bGINqrKS.com",
      "billing_email_verified": "2024-12-19T17:49:14.928Z",
      "block": "missing_payment_method",
      "can_train_on_data": false,
      "created_at": "2024-12-19T17:49:14.928Z",
      "domain": "ssAEOs12M",
      "id": "a11e98a9-d89b-448a-b844-b880bf0bca70",
      "image": "https://l2.NrW.com/2Anzao6IZ1O5/3b0pkNBfW0",
      "name": "x5yt9jX",
      "phone": "+1-365-762-6036",
      "stripe_id": "tSUy8Qn5WAJd",
      "updated_at": "2024-12-19T17:49:14.928Z"
    }
  ],
  "next_page": "Y3LVnAzYd8no"
}