Skip to main content
POST
Validate journey

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Body

application/json
journeyId
string

Validate the stored draft: a draft journey id, or the initiative id (resolves to its current draft). Exactly one of journeyId or definition.

Minimum string length: 1
definition
object

Validate this graph as sent, without loading anything. Exactly one of journeyId or definition.

Response

Success

valid
boolean
required

True when there are no error-severity issues.

issues
object[]
required