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": 22,
    "description": "8ViYX",
    "endpoints_included": [
      "ml"
    ],
    "features": [
      {
        "info": "XZQyQTy"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 18,
    "monthly_pay_as_you_go_api_credits_monetary_value": "32.76",
    "name": "pro",
    "pay_as_you_go_api_credit_price": "78.53",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "organization_only"
    ],
    "support_tier": "priority_email",
    "training_data_behavior": "default_off",
    "type": {
      "saml_sso": true,
      "type": "organization"
    },
    "zoo_tools_included": [
      "modeling_app"
    ]
  }
}