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": "aE32vcjAWp@Aho3N80hU8.com",
      "billing_email_verified": "2024-05-07T19:31:03.988Z",
      "block": "payment_method_failed",
      "can_train_on_data": true,
      "created_at": "2024-05-07T19:31:03.988Z",
      "domain": "2jTdH1sNecc",
      "id": "79d39c31-0107-448e-ab0f-cd891e912d87",
      "image": "https://EIv9Ysbnj.sOc.com/1jSRb/UWjO",
      "name": "",
      "phone": "+1-381-798-5956",
      "stripe_id": "T9vGasE",
      "updated_at": "2024-05-07T19:31:03.988Z"
    }
  ],
  "next_page": "lZF4MQ6JpXaiyqywKqI3XhrMfqw5O"
}