v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Persons

Get a person journey

Returns the specified campaign journey for the given person, including the program, campaign, container, journey entry data, and timestamps.

get/v5/persons/{person_id}/journeys/{journey_id}

Path parameters

person_idstring required

The Extole unique profile identifier of this user at Extole.

journey_idstring required

Journey id parameter.

Response

Successful response

campaign_idstring required

Extole campaign id associated with this journey.

containerstring required

Campaign container the journey belongs to.

created_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

dataobject required

Named data parameters attached to this journey entry.

idstring required

Extole-assigned unique identifier for this journey entry.

namestring required

Name of the journey (program step) the person is on.

programstring required

Program key associated with this journey.

updated_datestring required

RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.

Example response

{
  "created_date": "2025-10-24T02:00:00-07:00",
  "updated_date": "2025-10-24T02:00:00-07:00"
}