catalog
GET /v1/catalog/applications
List the applications the platform installs on its own fleet.
Authentication
This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.
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/catalog/applicationsSigned 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
Every application our own installer can put down for a customer — the source of truth for any "one-click applications" count or list on the public site (docs/681). Read from the installer registry at this release, so an application appears here only when the platform can actually install it. Public catalog reference data — no auth, no tenant scope — and cacheable exactly like listCatalogPlans (strong ETag + max-age=60). Bring-your-own code is not an installed application and is not listed.
Parameters
| Name | Type | Required | What it is |
|---|---|---|---|
If-None-Match (header) | string | No | A previously returned ETag; a match responds 304. |
Response
| Name | Type | Required | What it is |
|---|---|---|---|
data | FleetApplication[] | Yes | — |
Errors this endpoint can return
429