---
title: "Activation Info"
method: GET
path: "/auth/activation/{token}"
tags: ["auth", "authentication"]
---

# Activation Info

`GET /auth/activation/{token}`

Who this link is for, so the page can say so.

A student who is told "set your password" by a product they have never
signed up for needs to see their own school's name and their own address on
that screen, or the only sane reaction is to close the tab. The address is
the one the link was sent to, so it reveals nothing to the person holding
it; an invalid token reveals nothing at all.

## Path parameters

- `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/78f314acd8bf/schema)
