GET /interaction/v1/interactions/{id}
Retrieves a single journey by ID or key. To call this resource, assign your API Integration the Automation | Interactions | Read scope.
Name | Type | Description | |
---|---|---|---|
id | string | Required | ID of version 1 of the journey in the form of a GUID (UUID). Required if not using a key. |
key | string | Required | The key of the journey. Required if not using ID. Prefix the parameter with key:. For example, /interactions/key:{key}. |
versionNumber | number | Version number of the journey to retrieve. If not provided, the latest version is returned. | |
extras | string | A list of additional data to fetch. Available values are: all, activities, outcomes, and stats. Default is ''. |
Example Request
This request retrieves a single journey object for version 2 of the journey specified by the ID.
Example Response