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": "d@8hFx.com",
"billing_email_verified": "2025-02-21T16:37:25.903Z",
"block": "payment_method_failed",
"can_train_on_data": false,
"created_at": "2025-02-21T16:37:25.903Z",
"domain": "f5GOg3y",
"id": "a21820a4-e07b-496c-afc3-480f9c264559",
"image": "https://PJ6K2U3NA2I.ufrZfvJq3.com//GuRbCRBmh",
"name": "gxrKY0PngM4gyghUy",
"phone": "+1-327-152-4798",
"stripe_id": "0NHFEZEZRCf",
"updated_at": "2025-02-21T16:37:25.903Z"
}