---
title: "List add-ons"
method: GET
path: "/draft_trips/{trip_uuid}/options"
tags: ["Add-ons"]
---

# List add-ons

`GET /draft_trips/{trip_uuid}/options`

Get Add-ons

## Path parameters

- `trip_uuid` string, required

## Response `200`

Get Add-ons

- object
  - `data` Option[]
    - `id` string — Unique ID of the option/package
    - `trip_option_id` string — 64-bit Snowflake identifier encoded as a decimal string
    - `price` integer — Price of the option/package
    - `name` string — Name of the option/package
    - `type` 'package' | 'option' — Type of the option, 'package' or 'option'
    - `active_count` integer — Number of active participants per booking/order
    - `cancelled_count` integer — Number of canceled participants per booking/order
    - `discounted_amount` integer — The actual amount of the discount for the booking
    - `deposit_amount` integer — Deposit amount for the booking
    - `has_deposit` boolean — Whether the package has a deposit or not
    - `participants` Participant[]
      - `email` string — Email of the participant
      - `first_name` string — First name of the participant
      - `last_name` string — Last name of the participant

---

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