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.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Unique identifier of the catalog template.
Indicates that the request was successful and the response contains the requested data.
Template category.
"payments"
Description of the template.
"Validate payment with balance check and risk analysis"
Unique identifier of the template.
"payment-validation"
Display name of the template.
"Payment Validation"
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"