---
title: "Verify the user's email address from token"
method: POST
path: "/v1/email/verify"
tags: ["Accounts"]
---

# Verify the user's email address from token

`POST /v1/email/verify`

## Request body

- RobloxAccountInformationApiModelsVerifyEmailRequest — Verify Email Request
  - `ticket` string — Ticket to verify email

## Response `200`

OK

- RobloxAccountInformationApiModelsVerifyEmailResponse — The verify email response
  - `verifiedUserHatAssetId` integer — Free item id after email verification

## Other responses

- `403` — 0: Token Validation Failed

---

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