Skip to main content
GET
List Catalog Templates

Authorizations

X-API-Key
string
header
required

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.

category
string

Template category (e.g., payments, onboarding).

Example:

"payments"

description
string

Brief description of the template.

Example:

"Validate payment with balance check and risk analysis"

id
string

Unique identifier of the template.

Example:

"payment-validation"

name
string

Display name of the template.

Example:

"Payment Validation"

version
string

Template version.

Example:

"1.0.0"