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": "cmPB3DNqLI@g0E1LN.com",
"billing_email_verified": "2025-07-03T15:41:27.977Z",
"block": "missing_payment_method",
"can_train_on_data": true,
"created_at": "2025-07-03T15:41:27.977Z",
"domain": "V5uY9d5Ve9l9auX73",
"id": "358aceaf-d7a5-417f-a56e-8f909011cc36",
"image": "https://wOBSi.V0mTPmFBLh5.com/bPBC/d",
"name": "Bp9dZEnRp5nAgktnADyoCW",
"phone": "+1-926-349-8157",
"stripe_id": "ItDQ",
"updated_at": "2025-07-03T15:41:27.978Z"
}