List Catalog Templates
List Catalog Templates
Use this endpoint to retrieve all workflow templates registered in the catalog.
GET
List Catalog Templates
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Response
200 - application/json
Indicates that the request was successful and the response contains the requested data.
Template category (e.g., payments, onboarding).
Example:
"payments"
Brief description of the template.
Example:
"Validate payment with balance check and risk analysis"
Unique identifier of the template.
Example:
"payment-validation"
Display name of the template.
Example:
"Payment Validation"
Template version.
Example:
"1.0.0"

