---
title: "Resolve Join Link"
method: GET
path: "/api/addon/resolve/{public_token}"
tags: ["gcal-addon"]
---

# Resolve Join Link

`GET /api/addon/resolve/{public_token}`

Public: turn a calendar-link token into the current room + join code.

Possession of the link is the authorization (same model as a Zoom link) —
the join code for private rooms is returned here so /app/join/gcal can
forward guests to /chatrooms/<room>?code=<code>. If the mapped room has
already ended (previous occurrence of a recurring event), a fresh room
with the same settings is created on the spot.

## Path parameters

- `public_token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
