APIPaymentsGet the subscription for a user

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/user/payment/subscriptions
$ curl "https://api.zoo.dev/user/payment/subscriptions" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "modeling_app": {
    "annual_discount": 28,
    "description": "Kztnb6LCwlGe6IvfQHvM5CAlk",
    "endpoints_included": [
      "modeling"
    ],
    "features": [
      {
        "info": "C9TP8FSMhUGGvtHhqdYOWbozcD8koKuWwWoICQpI61"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 22,
    "monthly_pay_as_you_go_api_credits_monetary_value": "69.71",
    "name": "enterprise",
    "pay_as_you_go_api_credit_price": "9.43",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "organization_only"
    ],
    "support_tier": "standard_email",
    "training_data_behavior": "default_on",
    "type": {
      "saml_sso": false,
      "type": "organization"
    },
    "zoo_tools_included": [
      "text_to_cad"
    ]
  }
}