---
title: "Add a stop to a booking"
method: POST
path: "/bookings/{booking_id}/stops"
tags: ["Booking Stops"]
---

# Add a stop to a booking

`POST /bookings/{booking_id}/stops`

## Path parameters

- `booking_id` string, uuid, required

## Request body

- object
  - `location` union, required
    - string, uuid — Location UUID from a previously created location
    - number[] — Coordinates as [longitude, latitude] in decimal degrees
    - string — Free-form address string (street address, business name, or place)

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Content

## Changes

- **2026-09-01** `72a54e383b03` — 5 info
  - the security scope `org` was added to the endpoint's security scheme `OAuth2`
  - the security scope `org:write` was added to the endpoint's security scheme `OAuth2`
  - the security scope `user` was removed from the endpoint's security scheme `OAuth2`
  - the security scope `user:write` was removed from the endpoint's security scheme `OAuth2`
  - …1 more
- **2026-08-25** `be5636474c03` — 7 info
  - the security scope `org` was added to the endpoint's security scheme `OAuth2`
  - the security scope `org:write` was added to the endpoint's security scheme `OAuth2`
  - the security scope `user` was removed from the endpoint's security scheme `OAuth2`
  - the security scope `user:write` was removed from the endpoint's security scheme `OAuth2`
  - …3 more
- **2026-08-15** `cdae4166b346` — 4 info
  - the security scope `org` was added to the endpoint's security scheme `OAuth2`
  - the security scope `org:write` was added to the endpoint's security scheme `OAuth2`
  - the security scope `user` was removed from the endpoint's security scheme `OAuth2`
  - the security scope `user:write` was removed from the endpoint's security scheme `OAuth2`

[Change history](https://skmtc.dev/lugg/apis/lugg-partner-api/changes/bookings/:booking_id/stops/post.md)

---

[API](https://skmtc.dev/lugg/apis/lugg-partner-api.md) · [All operations](https://skmtc.dev/lugg/apis/lugg-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lugg/lugg-partner-api/revisions/72a54e383b03/schema)
