List Catalog Templates
List Catalog Templates
Use this endpoint to retrieve all workflow templates registered in the catalog.
GET
List Catalog Templates
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Response
200 - application/json
Indicates that the request was successful and the response contains the requested data.
Template category (e.g., payments, onboarding).
Example:
"payments"
Brief description of the template.
Example:
"Receives a webhook request, validates the transaction via Tracer, and creates a transaction in Midaz if approved"
Unique identifier of the template.
Example:
"tracer-midaz-validation"
Display name of the template.
Example:
"Tracer Validation + Midaz Transaction"
Template version.
Example:
"1.0.0"

