---
title: "List journeys for the authenticated consumer"
method: GET
path: "/api/v4/me/journeys"
tags: ["Profiles"]
---

# List journeys for the authenticated consumer

`GET /api/v4/me/journeys`

Returns journey records for the consumer identified by the access token. Filter by `container` or `type` (journey name) to narrow the result set.

## Query parameters

- `container` string, nullable
- `type` string, nullable

## Response `200`

Successful response

- JourneyResponse[]
  - `campaign_id` string, required
  - `container` string, required
  - `created_date` string, required
  - `data` object, required
  - `entry_advocate_code` string, nullable, required
  - `entry_advocate_partner_id` string, nullable, required
  - `entry_consumer_event_id` string, nullable, required
  - `entry_coupon_code` string, nullable, required
  - `entry_label` string, required
  - `entry_profile_id` string, nullable, required
  - `entry_promotable_code` string, nullable, required
  - `entry_reason` string, required
  - `entry_referral_reason` string, nullable, required
  - `entry_share_id` string, nullable, required
  - `entry_shareable_id` string, nullable, required
  - `entry_zone` string, required
  - `id` string, required
  - `journey_type` string, required
  - `last_advocate_code` string, nullable, required
  - `last_advocate_partner_id` string, nullable, required
  - `last_consumer_event_id` string, nullable, required
  - `last_coupon_code` string, nullable, required
  - `last_profile_id` string, nullable, required
  - `last_promotable_code` string, nullable, required
  - `last_referral_reason` string, nullable, required
  - `last_share_id` string, nullable, required
  - `last_shareable_id` string, nullable, required
  - `last_zone` string, required
  - `updated_date` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
