Page cover

Journeys API

Get Journey Prediction

get

Retrieves the data for a specific journey. Also includes the associated user in relationships.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
journey_idstringRequired

The ID of the user journey whose data is being retrieved.

Responses
200

Successful response with journey data and associated user in relationships.

application/json
get
/journeys/{journey_id}

Last updated

Was this helpful?