v1
latestOpenAPI 3.0.32026-07-24707482.9 KBFlow Registry
List allowed UI component types
Returns the catalogue of allowed template types, field types, and action types.
get/flow/registry/apps/components
Response
Allowed component catalogue
Example response
{
"templates": [
"form",
"review",
"info",
"document"
],
"fieldTypes": [
"text-input",
"text-area",
"number",
"currency",
"select",
"checkbox",
"date",
"radio-group",
"display",
"table",
"wallet"
],
"actionTypes": [
"submit"
]
}