Journeys API
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
401
Unauthorized
application/json
404
Resource not found.
application/json
get
/journeys/{journey_id}Last updated
Was this helpful?
