APIPaymentsGet the subscription for an org

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/org/payment/subscriptions
$ curl "https://api.zoo.dev/org/payment/subscriptions" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "modeling_app": {
    "annual_discount": 4,
    "description": "r3C6hdHBhGRdjacdln6Zh",
    "endpoints_included": [
      "file"
    ],
    "features": [
      {
        "info": "Hm4vvfe16IwsbqiQgyhcJjkCgnYN7SPpQ0zkHC7tw7b"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 2,
    "monthly_pay_as_you_go_api_credits_monetary_value": "88.81",
    "name": "free",
    "pay_as_you_go_api_credit_price": "37.38",
    "price": {
      "interval": "month",
      "price": "100.39",
      "type": "per_user"
    },
    "share_links": [
      "password_protected"
    ],
    "support_tier": "standard_email",
    "training_data_behavior": "default_on",
    "type": {
      "saml_sso": true,
      "type": "organization"
    },
    "zoo_tools_included": [
      "diff_chrome_extension"
    ]
  }
}