---
title: "Resolve Garmin Route Send Link"
method: POST
path: "/route-send/garmin/links/resolve"
tags: ["route-send"]
---

# Resolve Garmin Route Send Link

`POST /route-send/garmin/links/resolve`

Resolve a durable Garmin link without trusting the cookie alone.

## Request body

- RouteSendLinkResolveRequest — Resolve a durable route-send Garmin link from an opaque pointer.
  - `returning_authorizer_token` string, required

## Response `200`

Successful Response

- RouteSendLinkResolveResponse — Browser-safe result of resolving a durable Garmin route-send link.
  - `status` 'linked' | 'authorization_required' | 'rate_limited' | 'retry', required — Browser-safe status for a returning Garmin link lookup.
  - `linked` boolean, required
  - `retry_after_seconds` integer, nullable
  - `detail` string, nullable

## Other responses

- `422` — Validation Error

---

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