Skip to main content

Request

Send a POST request to the below endpoint to retrieve all subscriptions associated with your enterprise account.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/subscriptions' \

Body

json
{
  "key": "enterprise_api_key"
}

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.

Response

json
{
  "status": "success",
  "subscriptions": [
    {
      "plan": "premium",
      "name": "Enterprise Premium",
      "created_at": "2026-06-01 10:22:04",
      "next_billing_date": "2026-07-01",
      "server": { "name": "swift-falcon", "status": "live" }
    }
  ]
}

Response Attributes

status
string
The status of the request. Returns success when the subscriptions are retrieved successfully.
subscriptions
array
A list of your enterprise subscriptions. Each item contains the following fields: