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": "TtNT6REmYK@B9OB.com",
"billing_email_verified": "2025-01-07T17:16:52.825Z",
"block": "missing_payment_method",
"can_train_on_data": false,
"created_at": "2025-01-07T17:16:52.825Z",
"domain": "CEPU2X",
"id": "1d3cbcc6-17a6-4e0c-9e4b-2136bcde1c95",
"image": "https://KN.4.com/BceDQYpsd/lSO1sjGlE",
"name": "oYHTLcDGiDtg6WM1da1u",
"phone": "+1-291-385-6702",
"stripe_id": "v4ZHp2Vg1HNVzzcWWDOmLPdQ8Ch",
"updated_at": "2025-01-07T17:16:52.825Z"
}