API → OrgsCreate an org
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
Returns
- 201 Created
successful creation
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.
post
/org$ curl -X POST "https://api.zoo.dev/org" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"allow_users_in_domain_to_auto_join": true,
"billing_email": "ZoS@3ImVVZ.com",
"domain": "h8BTsYkpyyHUD6Ztuk7l2tnPLcJI",
"image": "https://3ndsE.rXaDYrMuk.com//Uq3",
"name": "HYY2Wzd8DWidzz2XXBq5fMnT",
"phone": "+1-915-872-9835"
}'
201 Created
Response{
"allow_users_in_domain_to_auto_join": false,
"billing_email": "eQgFc41lKf@.com",
"billing_email_verified": "2025-06-13T18:06:06.962Z",
"block": "missing_payment_method",
"can_train_on_data": true,
"created_at": "2025-06-13T18:06:06.962Z",
"domain": "wNerRFrAgRYs38g",
"id": "3523c0bf-050e-42f9-b819-0c36aa2c5b9d",
"image": "https://i7JsTgg3GYrE.3plkplCY.com/twXv4Udc/ai",
"name": "Xl",
"phone": "+1-412-703-4948",
"stripe_id": "oYnw3X9CXtQlbiO5bljTPXYii02fLq",
"updated_at": "2025-06-13T18:06:06.962Z"
}