HydraCore
API by router

Presets

List Preset Catalog

Return all built-in platform presets available in the deploy wizard.

Tenant-created recipes are served separately via /v1/recipes; the deploy wizard merges the two lists.

GET
/v1/presets/catalog
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://loading/v1/presets/catalog"
{
  "presets": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}