API → Orgs → Get 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": "7ODsor6@gbKI6O.com",
"billing_email_verified": "2025-04-21T20:01:20.349Z",
"block": "missing_payment_method",
"can_train_on_data": true,
"created_at": "2025-04-21T20:01:20.349Z",
"domain": "Ji7vV9oTP",
"id": "7de68688-ef02-4118-89f8-7c987a7cbd12",
"image": "https://VmW.gUh.com/OuAWrnWcwPK/a3Iv4k",
"name": "eZha6F",
"phone": "+1-577-703-8879",
"stripe_id": "hqN9X",
"updated_at": "2025-04-21T20:01:20.349Z"
}