---
title: "Validate Account"
method: POST
path: "/v2/user/validate"
tags: ["API Gateway"]
---

# Validate Account

`POST /v2/user/validate`

Ask to send again the account validation link, or verify a validation token to validate the corresponding account

## Request body

- union
  - object
    - `email` string, required
    - `language` string
  - object
    - `token` string, required

## Response `200`

Success Response

- unknown

## Other responses

- `400` — Bad parameters
- `403` — Bad permissions (such as an invalid token)
- `404` — Object not found

---

[API](https://skmtc.net/prisme/apis/prisme-ai-apis.md) · [All operations](https://skmtc.net/prisme/apis/prisme-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prisme/prisme-ai-apis/versions/b702c3eef2f2/schema)
