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

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
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": 4,
    "description": "fKvm59JHrjh1XuFm1FDh",
    "endpoints_included": [
      "file"
    ],
    "features": [
      {
        "info": "9MvkqOiIeh0hydYrIVeaPAHGp5LgEL8AYYZcEJ"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 21,
    "monthly_pay_as_you_go_api_credits_monetary_value": "70.02",
    "name": "pro",
    "pay_as_you_go_api_credit_price": "42.18",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "password_protected"
    ],
    "support_tier": "standard_email",
    "training_data_behavior": "always",
    "type": {
      "saml_sso": true,
      "type": "organization"
    },
    "zoo_tools_included": [
      "modeling_app"
    ]
  }
}