Skip to main content
GET
List Catalog Templates

Authorizations

Authorization
string
header
required

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.

category
string

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

Example:

"payments"

description
string

Brief description of the template.

Example:

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

id
string

Unique identifier of the template.

Example:

"tracer-midaz-validation"

name
string

Display name of the template.

Example:

"Tracer Validation + Midaz Transaction"

version
string

Template version.

Example:

"1.0.0"