---
title: "GET /bookings/{id}/cancellation-details"
method: GET
path: "/bookings/{id}/cancellation-details"
tags: ["bookings"]
---

# GET /bookings/{id}/cancellation-details

`GET /bookings/{id}/cancellation-details`

Returns the cancellation details for the requested booking

## Path parameters

- `id` integer, required

## Response `200`

- CancellationPenaltyInfoV2 — CancellationPenaltyInfoV2 contains progressive penalty information for HostCancellationV2 experiment
  - `current_strike` integer
  - `first_strike_fee` integer
  - `next_cancellation_fee` integer
  - `second_strike_fee` integer
  - `third_strike_fee` integer

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/revisions/f0cf8f605ea0/schema)
