v3

latestOpenAPI 3.0.02026-07-31162156.9 KB
Journeys

getSettingsForJourney

Get settings related to the journey using journey ID.

get/v1/journey/{id}/settings

Path parameters

idstring uuid required
Example:509cdffe-424f-457a-95c2-9708c304ce77

Journey ID

Response

Success

organizationIdstring

ID of an organization in epilot platform

canaryboolean

The canary flag controls update frequency of epilot application: when true, customers receive continuous updates; when false, they only get updates with new version releases.

thirdPartyCookiesboolean

When set to false, third-party cookies and resources should be completely disabled to comply with GDPR regulations.

Example response

{
  "organizationId": "739224",
  "canary": true,
  "thirdPartyCookies": true
}