Skip to main content
POST
Fetch journey state

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
instanceId
string
required

Unique identifier for the journey instance.

Example:

"PiIuACmx8Q8R7qPnAkLAqBAT"

Response

200 - application/json

Journey state retrieved successfully.

metaData
object

Timestamps related to the journey instance.

status
string

Current status of the journey (e.g., InProgress, Completed).

Example:

"InProgress"

data
object

Additional data related to the journey instance.

instanceId
string

Unique identifier for the journey instance.

Example:

"PiIuACmx8Q8R7qPnAkLAqBAT"