Skip to main content
GET
Get a Catalog Template

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

Unique identifier of the catalog template.

Respuesta

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

category
string

Template category.

Ejemplo:

"payments"

description
string

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"

paramSchema
string

JSON Schema defining the expected parameters for this template. Dynamically enriched with active provider configuration options when applicable.

Ejemplo:

"{\"type\":\"object\",\"properties\":{\"midaz_config_id\":{\"type\":\"string\"}}}"

version
string

Template version.

Ejemplo:

"1.0.0"