---
title: "getSettingsForJourney"
method: GET
path: "/v1/journey/{id}/settings"
tags: ["Journeys"]
---

# getSettingsForJourney

`GET /v1/journey/{id}/settings`

Get settings related to the journey using journey ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- GetSettingsForJourney
  - `organizationId` string — ID of an organization in epilot platform
  - `canary` boolean — 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.
  - `thirdPartyCookies` boolean — When set to false, third-party cookies and resources should be completely disabled to comply with GDPR regulations.

## Other responses

- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/epilot/apis/journey-api.md) · [All operations](https://skmtc.net/epilot/apis/journey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/journey-api/versions/515acb1f892e/schema)
