---
title: "Resolve Shortcode"
method: GET
path: "/calls/shortcode/{shortcode}"
tags: ["Calls"]
---

# Resolve Shortcode

`GET /calls/shortcode/{shortcode}`

Resolve a shortcode to its call_id.

This endpoint is public (no authentication required) as it's accessed
from SMS links before the user is logged in.

The frontend will redirect to the call detail page after resolving.

Returns:
- **call_id**: The UUID of the call associated with the shortcode

## Path parameters

- `shortcode` string, required

## Response `200`

Successful Response

- ShortcodeResponse — Response for shortcode resolution.
  - `call_id` string, uuid, required — The call ID associated with this shortcode

## Other responses

- `422` — Validation Error

---

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