---
title: "Get Forwarding Address"
method: GET
path: "/v1/forwarding-address"
tags: ["mcp-server"]
---

# Get Forwarding Address

`GET /v1/forwarding-address`

The user's private forward-to address, minted on first request.

Session-or-token so the web/mobile connections screens and the MCP share
one route. Read scope suffices even though the first call writes: the
token is the user's own credential, not booking data.

## Response `200`

Successful Response

- ForwardingAddressResponse
  - `address` string, required

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
