---
title: "Claim Agent Flight Quote"
method: POST
path: "/conv/agent-flight-quotes/{token}/claim"
tags: ["conversational"]
---

# Claim Agent Flight Quote

`POST /conv/agent-flight-quotes/{token}/claim`

Attach the saved selection to the authenticated recipient's trip.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- AgentFlightQuoteClaimResponse
  - `trip_id` string, uuid, required
  - `quote_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-11** `106d2d712b27` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/conv/agent-flight-quotes/:token/claim/post.md)

---

[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.dev/helloaxel/apis/client-api-gateway/revisions/ff95d5d338e4?raw)
