Skip to main content
GET
Returns the full catalog of node types that can be used when building workflows.

Request

Authorization
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.

Path parameters

client_id
string
required
Client identifier of the app.

Response

Returns an array of node type definitions.
type
string
Node type identifier: request, verification, check-min-loa, check-claim, evaluate, if, response.
label
string
Human-readable name.
description
string
What this node does.
fields
object[]