APIPaymentsGet the subscription for an org

Parameters

No parameters

Returns

get
/org/payment/subscriptions
$ curl "https://api.zoo.dev/org/payment/subscriptions" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "modeling_app": {
    "annual_discount": 26,
    "description": "nb54Swcok",
    "endpoints_included": [
      "ml"
    ],
    "features": [
      {
        "info": "LWPDj5WkGncazogLb41J5vZWSD1T1KSCfLvHP8bZTeWNrLL"
      }
    ],
    "monthly_pay_as_you_go_api_credits": 32,
    "monthly_pay_as_you_go_api_credits_monetary_value": "5.11",
    "name": "enterprise",
    "pay_as_you_go_api_credit_price": "68.87",
    "price": {
      "type": "enterprise"
    },
    "share_links": [
      "public"
    ],
    "support_tier": "standard",
    "training_data_behavior": "default_off",
    "type": {
      "saml_sso": false,
      "type": "organization"
    },
    "zoo_tools_included": [
      "text_to_cad"
    ]
  }
}