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": "Meqs@3WhwM7Pacn.com",
      "billing_email_verified": "2025-01-17T16:13:30.349Z",
      "block": "missing_payment_method",
      "can_train_on_data": false,
      "created_at": "2025-01-17T16:13:30.349Z",
      "domain": "3HC",
      "id": "a5f05b12-cc54-4d50-9d7e-7bca37e177c1",
      "image": "https://6OTA9.tBSN31u.com/T7B/iOkms23Z",
      "name": "qkTplGie7l5qDh3TRiPNqMlav",
      "phone": "+1-705-678-9839",
      "stripe_id": "5yFbEpH7gNIq6zzY5gqYYVbhAEEJ5F",
      "updated_at": "2025-01-17T16:13:30.349Z"
    }
  ],
  "next_page": "A1XiSS"
}