Validate flow

POST /api/v1/flows/:flowId/validate

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

flowIdstringRequiredformat: "uuid"
Flow ID

Response

Validation result
transformationSummaryobject or nullOptional
Transformation summary for publish response
warningslist of objectsOptional

Non-fatal validation warnings (omitted when empty)

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error