---
title: "Create Flight Handoff"
method: POST
path: "/browser-extension/flight-handoffs/"
tags: ["browser-extension"]
---

# Create Flight Handoff

`POST /browser-extension/flight-handoffs/`

## Request body

- ExtensionFlightHandoffRequest
  - `observation_id` string, uuid, required
  - `return_date` string, date, nullable

## Response `200`

Successful Response

- ExtensionFlightHandoffResponse
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
