Skip to main content
GET
List Catalog Templates

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Respuesta

200 - application/json

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

category
string

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

Ejemplo:

"payments"

description
string

Brief description of the template.

Ejemplo:

"Receives a webhook request, validates the transaction via Tracer, and creates a transaction in Midaz if approved"

id
string

Unique identifier of the template.

Ejemplo:

"tracer-midaz-validation"

name
string

Display name of the template.

Ejemplo:

"Tracer Validation + Midaz Transaction"

version
string

Template version.

Ejemplo:

"1.0.0"