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": "IeRmqk8f3@mMOZNi.com",
"billing_email_verified": "2024-10-11T00:34:14.438Z",
"block": "missing_payment_method",
"can_train_on_data": false,
"created_at": "2024-10-11T00:34:14.438Z",
"domain": "3g6TXDRp2PxrKb1ZRvufjX6csT6NqL",
"id": "4008f977-f66f-4861-8e11-971d1344f086",
"image": "https://J.i1KNPd7.com/OOkbQbUGCc/qNVun",
"name": "uP7S1J8",
"phone": "+1-909-547-3338",
"stripe_id": "",
"updated_at": "2024-10-11T00:34:14.440Z"
}