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": "lWM7Y@pJ.com",
"billing_email_verified": "2025-01-09T18:26:01.029Z",
"block": "payment_method_failed",
"can_train_on_data": true,
"created_at": "2025-01-09T18:26:01.029Z",
"domain": "ttzi5x8ZNUcKev7",
"id": "33f9c54d-4e2d-4564-8243-3672541ea7d7",
"image": "https://Ya.us6nmSDZ.com/TSW5HvFFwpn/mkz",
"name": "iRXBGLGIs21ZpdLI",
"phone": "+1-328-655-4070",
"stripe_id": "Atu7P6IrUK4CpE",
"updated_at": "2025-01-09T18:26:01.030Z"
}