Skip to main content
GET
Get a Catalog Template

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier of the catalog template.

Response

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

category
string

Template category.

Example:

"payments"

description
string

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"

paramSchema
string

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

Example:

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

version
string

Template version.

Example:

"1.0.0"