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": 20,
    "description": "fzgjAG0Gqr8X",
    "endpoints_included": [
      "modeling"
    ],
    "features": [
      {
        "info": "JeG0Ea"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 27,
    "monthly_pay_as_you_go_api_credits_monetary_value": "88.29",
    "name": "team",
    "pay_as_you_go_api_credit_price": "0.71",
    "price": {
      "interval": "week",
      "price": "34.05",
      "type": "per_user"
    },
    "share_links": [
      "organization_only"
    ],
    "support_tier": "community",
    "training_data_behavior": "default_on",
    "type": {
      "saml_sso": false,
      "type": "organization"
    },
    "zoo_tools_included": [
      "diff_chrome_extension"
    ]
  }
}