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": "9lPyIdi@A7B.com",
"billing_email_verified": "2025-01-10T17:00:55.885Z",
"block": "payment_method_failed",
"can_train_on_data": true,
"created_at": "2025-01-10T17:00:55.885Z",
"domain": "ozUOHS898KURjEySDFBa",
"id": "392acc27-693a-4189-a953-919058799756",
"image": "https://UMuco9KWLSy.wsg.com/W7FLBq/5YZ",
"name": "6rg9kOqG",
"phone": "+1-484-417-6330",
"stripe_id": "mLhBaeNIs52WBKDHFONZ3Bn5T",
"updated_at": "2025-01-10T17:00:55.885Z"
}