---
title: "Check Activate User Token (checkActivateToken)"
method: GET
path: "/api/noauth/activate"
tags: ["auth-controller"]
---

# Check Activate User Token (checkActivateToken)

`GET /api/noauth/activate`

Checks the activation token and forwards user to 'Create Password' page. If token is valid, returns '303 See Other' (redirect) response code with the correct address of 'Create Password' page and same 'activateToken' specified in the URL parameters. If token is not valid, returns '409 Conflict'. If token is expired, redirects to error page.

## Query parameters

- `activateToken` string, required

## Response `200`

OK

- object

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
