API → Orgs → Set the enterprise price for an organizationhidden
hidden
Parameters
Name
Type
Req.
bodyapplication/json
oneOfoptionalOne of
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
modeling_app
objectoptionalObject Properties
Possible values
free
: The free tier.pro
: The pro tier.team
: The team tier.enterprise
: The enterprise tier.
price
oneOfoptionalOne of
enterprise
objectoptionalObject Properties
Possible values
enterprise
Possible values
community
: Community support.standard
: Standard support.premium
: Premium support.priority
: Priority support.
Possible values
always
: The data is always used for training and cannot be turned off.default_on
: The data is used for training by default, but can be turned off.default_off
: The data is not used for training by default, but can be turned on.
type
oneOfoptionalOne of
individual
objectoptionalObject Properties
Possible values
individual
organization
objectoptional
put
/orgs/{id}/enterprise/pricing$ curl -X PUT "https://api.zoo.dev/orgs/{id}/enterprise/pricing" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '"{}"'
200 OK
Response{
"modeling_app": {
"annual_discount": 15,
"description": "GFoHE",
"features": [
{
"info": "S5keqGRlGSXmxtNhPFX6XMhVXC8GkYMcqex2h527qiuWhwhgoiAfbHAJWgIig4iRxh9oeY7yz"
}
],
"name": "free",
"pay_as_you_go_credits": "6.15",
"price": {
"interval": "week",
"price": "80.81",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "priority",
"training_data_behavior": "always",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
}