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": "7HEUnJ27Z9@U6F7Tz.com",
"billing_email_verified": "2025-04-25T16:39:12.708Z",
"block": "payment_method_failed",
"can_train_on_data": false,
"created_at": "2025-04-25T16:39:12.708Z",
"domain": "3PVN8hFMQKsTwF",
"id": "29b6e706-d6e7-4cdb-8fb8-aad5efc09444",
"image": "https://ZnGk8ojXVU.haoPOEf.com/r3ldJKnbzS/Cmt5wG1Mz",
"name": "D",
"phone": "+1-349-506-3173",
"stripe_id": "kQwaW5Bj",
"updated_at": "2025-04-25T16:39:12.708Z"
}