Get a Catalog Template
Use this endpoint to retrieve the metadata and parameter JSON Schema of a specific catalog template. If the template references provider configurations, the schema is dynamically enriched with active provider configuration options.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Unique identifier of the catalog template.
Response
Indicates that the request was successful and the response contains the requested data.
Template category.
"payments"
Description of the template.
"Receives a webhook request, validates the transaction via Tracer, and creates a transaction in Midaz if approved"
Unique identifier of the template.
"tracer-midaz-validation"
Display name of the template.
"Tracer Validation + Midaz Transaction"
JSON Schema defining the expected parameters for this template. Dynamically enriched with active provider configuration options when applicable.
"{\"type\":\"object\",\"properties\":{\"midaz_config_id\":{\"type\":\"string\"}}}"
Template version.
"1.0.0"

