APIOrgsList 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": "Q8qtwMJo@UKxKBuce.com",
      "billing_email_verified": "2025-07-25T20:53:49.804Z",
      "block": "missing_payment_method",
      "can_train_on_data": true,
      "created_at": "2025-07-25T20:53:49.804Z",
      "domain": "5",
      "id": "fff80c0b-d00a-4bf2-9e51-fa7783801e86",
      "image": "https://02l..com/SZ9efw/htfcnQuogvAb",
      "name": "iK0kniX0LgLbXE8zaUP16",
      "phone": "+1-833-415-6949",
      "stripe_id": "gLuyts38Gm54MCLcyH2V8OUtfSKlbx",
      "updated_at": "2025-07-25T20:53:49.804Z"
    }
  ],
  "next_page": "AH5x2"
}