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": "OxDezjv@.com",
"billing_email_verified": "2025-03-12T01:36:38.397Z",
"block": "payment_method_failed",
"can_train_on_data": true,
"created_at": "2025-03-12T01:36:38.397Z",
"domain": "ogI9GqcL95tKPLtDUNcw1nd1o",
"id": "d8d0c364-bc6e-4447-b9ad-fc98237eea34",
"image": "https://.bdWcM4.com/dTh/EzEm8ShO",
"name": "5zFS0yVS",
"phone": "+1-707-949-9007",
"stripe_id": "dT",
"updated_at": "2025-03-12T01:36:38.397Z"
}