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": 17,
    "description": "",
    "endpoints_included": [
      "ml"
    ],
    "features": [
      {
        "info": "ScqXKD4zpXdJUzetZDAxJdQVLeN32k8HmjUuYqW4kLXpGSkbJtY2S"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 13,
    "monthly_pay_as_you_go_api_credits_monetary_value": "63.96",
    "name": "enterprise",
    "pay_as_you_go_api_credit_price": "53.07",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "password_protected"
    ],
    "support_tier": "priority_email",
    "training_data_behavior": "default_on",
    "type": {
      "type": "individual"
    },
    "zoo_tools_included": [
      "diff_chrome_extension"
    ]
  }
}