---
title: "Get available add-ons"
method: GET
path: "/journeys/{journeyId}/available-addons"
tags: ["Journeys"]
---

# Get available add-ons

`GET /journeys/{journeyId}/available-addons`

Retrieves a list of add-ons available to be added through journey changes for the current journey

## Path parameters

- `journeyId` integer, required

## Headers

- `X-Request-ID` unknown

## Response `200`

OK

- AvailableTravelAddonsDto
  - `combinedSeatBasedAddonCapacity` integer
  - `availableTravelAddons` AvailableTravelAddonDto[]
    - `type` 'MEET_GREET' | 'BABY_SEAT' | 'BOOSTER_SEAT' | 'PETS' | 'EXTRA_STOP' | 'SPECIAL_LUGGAGE' | 'CARBON_EMISSION_COMPENSATION' | 'CHILD_SEAT'
    - `maximumAllowedAmount` integer
    - `currentlySelectedAmount` integer

---

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