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": "J4yMaRvv@J.com",
"billing_email_verified": "2025-07-25T20:53:37.474Z",
"block": "payment_method_failed",
"can_train_on_data": true,
"created_at": "2025-07-25T20:53:37.474Z",
"domain": "gjQ40Tm",
"id": "a5233b8f-79fe-4600-9f00-b46de81ae27a",
"image": "https://M0P7.JFbVRzU.com/6Hja9xm/U3g",
"name": "SZ2kQUnOkBqczww",
"phone": "+1-750-565-9719",
"stripe_id": "3XlOW",
"updated_at": "2025-07-25T20:53:37.474Z"
}