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": 23,
    "description": "mm",
    "endpoints_included": [
      "ml"
    ],
    "features": [
      {
        "info": "wo4K0qsVtoqDZOAhwOObrT4Ee4GzwaOOoXrZZ"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 9,
    "monthly_pay_as_you_go_api_credits_monetary_value": "46.52",
    "name": "free",
    "pay_as_you_go_api_credit_price": "53.44",
    "price": {
      "interval": "week",
      "price": "52.35",
      "type": "per_user"
    },
    "share_links": [
      "organization_only"
    ],
    "support_tier": "priority_email",
    "training_data_behavior": "default_off",
    "type": {
      "type": "individual"
    },
    "zoo_tools_included": [
      "diff_chrome_extension"
    ]
  }
}