---
title: "GET /checkout_steps/{booking_id}"
method: GET
path: "/checkout_steps/{booking_id}"
tags: ["checkoutSteps"]
---

# GET /checkout_steps/{booking_id}

`GET /checkout_steps/{booking_id}`

Returns the list objects, containing step name, order and status for clients to use when
sending a renter through the reservation (checkout) flow.

## Path parameters

- `booking_id` integer, required

## Response `200`

- ReadResponse
  - `id` integer
  - `imminent_departure` boolean
  - `readonly_insurance` boolean
  - `route` string
  - `steps` CheckoutStep[]
    - `name` string
    - `order` integer
    - `status` string

## Other responses

- `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/versions/f0cf8f605ea0/schema)
