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": "pgKOSUg@GCwa.com",
      "billing_email_verified": "2025-01-09T18:26:17.675Z",
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "created_at": "2025-01-09T18:26:17.675Z",
      "domain": "8K",
      "id": "26e0f7f2-8915-491d-9259-84ee7502e84f",
      "image": "https://hkULJyI.Um4.com/hSeoBQ7/JmVAzue4j",
      "name": "mH",
      "phone": "+1-194-321-6564",
      "stripe_id": "DH10iqLJz8xOKgq1TSns79gM",
      "updated_at": "2025-01-09T18:26:17.675Z"
    }
  ],
  "next_page": "rL6SlOSpgGicXXnbDyEehMjD6"
}