Skip to main content
GET
Get a Catalog Template

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

Unique identifier of the catalog template.

Resposta

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

category
string

Template category.

Exemplo:

"payments"

description
string

Description of the template.

Exemplo:

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

id
string

Unique identifier of the template.

Exemplo:

"tracer-midaz-validation"

name
string

Display name of the template.

Exemplo:

"Tracer Validation + Midaz Transaction"

paramSchema
string

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

Exemplo:

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

version
string

Template version.

Exemplo:

"1.0.0"