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": 2,
    "description": "ejw3YVjnv",
    "endpoints_included": [
      "modeling"
    ],
    "features": [
      {
        "info": "ha2LBe1clBNXOOcUGVLZ3XnhqIBNMFgwLu8X"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 27,
    "monthly_pay_as_you_go_api_credits_monetary_value": "58.22",
    "name": "free",
    "pay_as_you_go_api_credit_price": "77.46",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "password_protected"
    ],
    "support_tier": "community",
    "training_data_behavior": "default_on",
    "type": {
      "saml_sso": true,
      "type": "organization"
    },
    "zoo_tools_included": [
      "modeling_app"
    ]
  }
}