API → OrgsGet an org
Parameters
No parameters
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
missing_payment_method
: The user is missing a payment method and has exceeded their free API call credits for the month.payment_method_failed
: The users payment method has failed.
get
/org$ curl "https://api.zoo.dev/org" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"allow_users_in_domain_to_auto_join": false,
"billing_email": "@BUsny.com",
"billing_email_verified": "2025-07-04T14:09:55.884Z",
"block": "payment_method_failed",
"can_train_on_data": true,
"created_at": "2025-07-04T14:09:55.884Z",
"domain": "imyRcSW6gnh",
"id": "0c5f1ea6-09a8-43f3-b77c-539afe96a56e",
"image": "https://VdNKI.4VFTSTfqJlO.com/EG/I8u",
"name": "Dyem",
"phone": "+1-804-762-7891",
"stripe_id": "cD",
"updated_at": "2025-07-04T14:09:55.884Z"
}