---
title: "Returns the booking weather from Roamly."
method: POST
path: "/bookings/{booking_id}/weather"
tags: ["bookingServices"]
---

# Returns the booking weather from Roamly.

`POST /bookings/{booking_id}/weather`

## Request body

- WeatherRequest
  - `lat` number, double
  - `lng` number, double
  - `location` string

## Response `200`

HTTP status code 200

- WeatherResponse
  - `plain_language` unknown
  - `policy_number` string
  - `price` integer
  - `product_quote_id` string
  - `status` string
  - `weather_policy_id` string
  - `weather_quote_id` string

## Other responses

- `401` — Unauthorized 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)
