v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Catalog API

List Catalog Templates

Use this endpoint to retrieve all workflow templates registered in the catalog.

get/v1/catalog/templates

Response

Indicates that the request was successful and the response contains the requested data.

categorystring

Template category (e.g., payments, onboarding).

descriptionstring

Brief description of the template.

idstring

Unique identifier of the template.

namestring

Display name of the template.

versionstring

Template version.

Example response

[
  {
    "category": "payments",
    "description": "Validate payment with balance check and risk analysis",
    "id": "payment-validation",
    "name": "Payment Validation",
    "version": "1.0.0"
  }
]