databases
GET /v1/databases/catalogue
The managed-database sizes and engine versions on sale.
Authentication
Send an API key as a bearer token. This endpoint does not state a specific permission in the specification, so give your key the least it needs and check the response rather than assuming.
This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.
Try it
Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.
curl -X GET https://api.zinndigital.com/v1/databases/catalogue \
-H "Authorization: Bearer zdk_live_…"Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console
Details
What may be bought right now, per engine. Gated on `databases.view`. Each engine's versions are served from its own fence, so a major approaching end of life disappears from the picker with no frontend change — we stop selling one 180 days before upstream stops patching it, because a customer part-way through a term must never be stranded on an unpatched engine. MySQL 8.0 is the one exception and it says so: it is past upstream end of life, offered under a recorded carve-out on Percona's patched build, and flagged `past_upstream_eol` so a customer choosing it knows what they are choosing.
Response
| Name | Type | Required | What it is |
|---|---|---|---|
engines | ManagedDatabaseEngineOffer[] | Yes | — |
default_engine | string<postgres, mysql> | Yes | — |
sizes | ManagedDatabaseSize[] | Yes | The default engine's ladder. Use `engines[].sizes`. |
engine_versions | ManagedDatabaseEngineVersion[] | Yes | The default engine's versions. Use `engines[].versions`. |
default_engine_version | integer | Yes | — |
Errors this endpoint can return
401 · 403