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": "p@Isc.com",
      "billing_email_verified": "2024-09-19T16:12:09.899Z",
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "created_at": "2024-09-19T16:12:09.899Z",
      "domain": "Fbqc0imTVcerdPLQZ9",
      "id": "2836ae4c-cdf1-445d-8fa5-f9e67a45e353",
      "image": "https://nou2z4xT.C.com/2SkhBVmf/sQA",
      "name": "0WPgf9w9trEaivjLuhSPJ3o",
      "phone": "+1-498-919-8041",
      "stripe_id": "j3jK7HfDS4e8nHwKD3IbCiqsduXvo",
      "updated_at": "2024-09-19T16:12:09.899Z"
    }
  ],
  "next_page": "z"
}