---
title: "Get Price Alert Booking Options"
method: GET
path: "/price-alerts/{notification_id}/booking-options/{watch_id}"
tags: ["price-watches"]
---

# Get Price Alert Booking Options

`GET /price-alerts/{notification_id}/booking-options/{watch_id}`

## Path parameters

- `notification_id` string, uuid, required
- `watch_id` string, uuid, required

## Response `200`

Successful Response

- PriceAlertBookingOptions
  - `options` PriceAlertSeller[], required
    - `name` string, required
    - `url` string, required
    - `price` number, nullable, required
    - `currency` string, required
    - `airline_logos` string[], required
    - `marketed_as` string[], required
    - `is_airline` boolean, required
  - `flight_label` string, required
  - `checked_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1060a62bfafc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/price-alerts/:notification_id/booking-options/:watch_id/get.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/dd78fbd6c358?raw)
