---
title: "Get Revert Account ticket info"
method: GET
path: "/v2/revert/account"
tags: ["Accounts"]
---

# Get Revert Account ticket info

`GET /v2/revert/account`

## Query parameters

- `ticket` string, required

## Response `200`

OK

- RobloxAuthenticationApiModelsRevertAccountInfoResponse
  - `isTwoStepVerificationEnabled` boolean
  - `isEmailVerified` boolean
  - `isEmailChanged` boolean
  - `isPhoneVerified` boolean
  - `userId` integer
  - `username` string
  - `ticket` string

## Other responses

- `400` — 2: The account revert ticket is not valid
- `403` — 13: Revert links are disabled for users in the Enhanced Protection Program.
- `503` — 1: This feature is disabled

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v2/revert/account/get.md)

---

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