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": true,
"billing_email": "eVjUIHGAEd@ugK8YjC9e.com",
"billing_email_verified": "2025-05-22T02:03:41.907Z",
"block": "payment_method_failed",
"can_train_on_data": false,
"created_at": "2025-05-22T02:03:41.907Z",
"domain": "wCqup",
"id": "6f6d2b82-c9a8-4c39-bd55-d70bb77c2113",
"image": "https://YuDG.WayxnCoXLo.com/QeAS/EUdzkm8yZlTh",
"name": "tn",
"phone": "+1-849-852-5467",
"stripe_id": "40GR92KCOiB5QxlS2",
"updated_at": "2025-05-22T02:03:41.907Z"
}