---
title: "Get package"
method: GET
path: "/draft_trips/{trip_uuid}/packages/{id}"
tags: ["Packages"]
---

# Get package

`GET /draft_trips/{trip_uuid}/packages/{id}`

Get Package

## Path parameters

- `trip_uuid` string, required
- `id` string, required

## Response `200`

Get Package

- object
  - `data` Package — Package object
    - `name` string — Name of the package
    - `price` integer — Price of the package
    - `deposit` integer — Deposit amount for the package
    - `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)
