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": "dQuTk@XvnRSAz.com",
      "billing_email_verified": "2025-04-21T20:01:38.370Z",
      "block": "payment_method_failed",
      "can_train_on_data": false,
      "created_at": "2025-04-21T20:01:38.370Z",
      "domain": "SHRJU",
      "id": "cd5d4312-b9a5-484d-b84b-63f6d02717ed",
      "image": "https://bPVtwE.oQm.com/G6/J8kLZ",
      "name": "IMVMkvBVc4lvbMbJ758",
      "phone": "+1-515-292-3143",
      "stripe_id": "j5qSrenYVJtuwtuBO4",
      "updated_at": "2025-04-21T20:01:38.370Z"
    }
  ],
  "next_page": "u"
}