APIOrgsSet the enterprise price for an organization
hidden

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • bodyapplication/json

    oneOf
    optional
    One of
    • flat

      object
      optional
      Object Properties
      • interval

        string
        optional
        Possible values
        • day:  Day.
        • month:  Month.
        • week:  Week.
        • year:  Year.
      • price

        number / USD Price
        optional
      • type

        string
        optional
        Possible values
        • flat
    • per_user

      object
      optional
      Object Properties
      • interval

        string
        optional
        Possible values
        • day:  Day.
        • month:  Month.
        • week:  Week.
        • year:  Year.
      • price

        number / USD Price
        optional
      • type

        string
        optional
        Possible values
        • per_user

Returns

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": 20,
    "description": "SkqXs7",
    "endpoints_included": [
      "file"
    ],
    "features": [
      {
        "info": "PcLkO8vSXklpjFPmizTrIHNOYQYhJ4gblg7SEdXTsORpwtu7r4zjoyiKoJIpW8hrgFrRIn4ksOf"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 17,
    "monthly_pay_as_you_go_api_credits_monetary_value": "69.54",
    "name": "pro",
    "pay_as_you_go_api_credit_price": "78.78",
    "price": {
      "interval": "year",
      "price": "6.79",
      "type": "per_user"
    },
    "share_links": [
      "organization_only"
    ],
    "support_tier": "standard",
    "training_data_behavior": "default_off",
    "type": {
      "saml_sso": false,
      "type": "organization"
    },
    "zoo_tools_included": [
      "text_to_cad"
    ]
  }
}