Customer Journey
Fetch journey state
Check the status and progress of a journey. The fetch journey state guide explains more.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the journey instance.
Example:
"PiIuACmx8Q8R7qPnAkLAqBAT"
Response
200
application/json
Journey state retrieved successfully.
Unique identifier for the journey instance.
Example:
"PiIuACmx8Q8R7qPnAkLAqBAT"
Current status of the journey (e.g., InProgress, Completed).
Example:
"InProgress"
Timestamps related to the journey instance.