v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Subscriptions - Essentials

Get Essentials subscriptions

Gets a list of all Essentials subscriptions in the current account.

get/v1/fixed/subscriptions

Response

OK

accountIdinteger
linksobject[]

Example response

{
  "accountId": 40131,
  "subscriptions": [
    {
      "id": 151367,
      "name": "fixed-1",
      "status": "active",
      "paymentMethodId": 8241,
      "paymentMethodType": "credit-card",
      "planId": 98276,
      "planName": "Standard 1GB",
      "size": 1,
      "sizeMeasurementUnit": "GB",
      "provider": "AWS",
      "region": "us-west-1",
      "price": 22,
      "pricePeriod": "Month",
      "priceCurrency": "USD",
      "maximumDatabases": 1,
      "availability": "Single-zone",
      "connections": "1024",
      "cidrAllowRules": 8,
      "supportDataPersistence": true,
      "supportInstantAndDailyBackups": true,
      "supportReplication": true,
      "supportClustering": false,
      "customerSupport": "Standard",
      "creationDate": "2022-11-21T20:02:21+02:00",
      "links": []
    },
    {
      "id": 120416,
      "name": "subscription-name",
      "status": "active",
      "paymentMethodId": 123,
      "paymentMethodType": "credit-card",
      "planId": 123,
      "planName": "Standard 30MB",
      "planType": "pay-as-you-go",
      "size": 30,
      "sizeMeasurementUnit": "MB",
      "provider": "AWS",
      "region": "us-east-1",
      "price": 0,
      "pricePeriod": "Month",
      "priceCurrency": "USD",
      "maximumDatabases": 1,
      "availability": "no-replication",
      "connections": 30,
      "cidrAllowRules": 1,
      "supportDataPersistence": false,
      "supportInstantAndDailyBackups": false,
      "supportReplication": false,
      "supportClustering": false,
      "customerSupport": "basic",
      "creationDate": "20-Nov-2022",
      "links": []
    }
  ],
  "links": [
    {
      "rel": "self",
      "href": "http://localhost:8081/v1/fixed/subscriptions",
      "type": "GET"
    }
  ]
}