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

# getJourneyProducts

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

Get products available in the journey by id. requires public journey token to be passed.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `source` string
- `postal_code` string
- `city` string
- `street` string
- `street_number` string

## Response `200`

Success

- object[]
  - `type` string
  - `_schema` string
  - `_title` string
  - `name` string
  - `_id` string
  - `_org` string
  - `code` string
  - `description` string
  - `feature` unknown[]
    - unknown
  - `product_images` unknown[]
    - unknown
  - `legal_footnote` string
  - `product_downloads` unknown[]
    - unknown
  - `price` object

---

[API](https://skmtc.dev/epilot/apis/journey-api.md) · [All operations](https://skmtc.dev/epilot/apis/journey-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/journey-api/revisions/ca059fb4cfe7/schema)
