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": true,
"billing_email": "tk@c0dvm.com",
"billing_email_verified": "2025-01-17T16:13:12.212Z",
"block": "missing_payment_method",
"can_train_on_data": true,
"created_at": "2025-01-17T16:13:12.212Z",
"domain": "m3PW29gBC3KsLzvGt2esNq8",
"id": "cb2ef667-c5b6-46be-b2c6-c030a956445e",
"image": "https://YFO.BQIV9LNDou.com/ofjIpy/E47C0X",
"name": "mDLf5AWI8ZYplSDVn4E8",
"phone": "+1-346-904-1198",
"stripe_id": "HM7F3VHLnu5bj9D",
"updated_at": "2025-01-17T16:13:12.212Z"
}