---
title: "Activate Account"
method: GET
path: "/api/auth/activate/{token}"
---

# Activate Account

`GET /api/auth/activate/{token}`

User clicked the link in their activation email.

Returns a small standalone HTML page (success or error) — this
endpoint is reached by a top-level browser navigation, not an
XHR from the SPA, so JSON wouldn't help anyone. On success we
also 302 to the SPA's home with `?activated=1` so the SPA can
surface a one-time toast.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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