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.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
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.
"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"

