Skip to main content
POST
Fetch V1-compat task schema

Authorizations

Authorization
string
header
required

Customer JWT token for journey lifecycle operations. Required for: journey/start, journey/state/fetch, device/start

Body

application/json
taskId
string
required

Journey Instance Id, a unique identifier for a started journey instance.

Required string length: 16 - 64
Pattern: ^[A-Za-z0-9_-]+$

Response

Task JSON Schema (or { processing: true } while modules execute)

{key}
any