List Flow node types.
GET
/api/admin/flows/node-types
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/flows/node-types \ --header 'Authorization: Bearer <token>'Returns static node type metadata used by the Admin UI Flow editor. This endpoint does not read or mutate tenant data.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Flow designer node type metadata.
Media type application/json
object
node_types
required
Array<object>
object
key
additional properties
key
additional properties
Example generated
{ "node_types": [ { "additionalProperty": "example" } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}