Skip to main content
POST
Validate a Node Configuration

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Path Parameters

id
string
required

Unique identifier of the catalog executor.

Body

application/json

Request body containing the configuration to validate.

config
object
required

The node configuration to check against the catalog executor's JSON Schema.

Example:
mappedTargets
string[] | null

Field paths the node supplies through an inputMapping instead of a fixed value in config. Flowker counts them as satisfied, so a node that maps a required field from the trigger or from an earlier step passes the check. Omit the field to check config on its own.

Example:

Response

Indicates that the request was successful and the response contains the requested data.

error
string

Validation error message. Empty when valid.

Example:

""

valid
boolean

Whether the configuration passed validation.

Example:

true