API → Payments → Get the subscription for an org
Parameters
No parameters
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
get
/org/payment/subscriptions$ curl "https://api.zoo.dev/org/payment/subscriptions" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"modeling_app": {
"annual_discount": 31,
"description": "Pqs8x",
"features": [
{
"info": "XHeSPrfYbW9GVqHKFvcqiDb53mdZNvo4D64XzIeKxZd2WpW3xVhGCtxm7QN9iIq2Y"
}
],
"name": "free",
"pay_as_you_go_credits": "36.14",
"price": {
"type": "enterprise"
},
"share_links": [
"public"
],
"support_tier": "standard",
"training_data_behavior": "default_on",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
}