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": 24,
    "description": "mDLKosNW9bLYQE6nez",
    "endpoints_included": [
      "file"
    ],
    "features": [
      {
        "info": "i0MAmg5RZiAk51pXSR4GN8BLS67UwNStiWZyHQikMlXAO1GR6zo7i1ZUs9R1OtWV6re3G9n9fNivp7HV"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 24,
    "monthly_pay_as_you_go_api_credits_monetary_value": "71.49",
    "name": "free",
    "pay_as_you_go_api_credit_price": "74.47",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "public"
    ],
    "support_tier": "standard_email",
    "training_data_behavior": "default_off",
    "type": {
      "type": "individual"
    },
    "zoo_tools_included": [
      "modeling_app"
    ]
  }
}