---
title: "Endpoint for login with identity verification"
method: POST
path: "/v2/identity-verification/login"
tags: ["Accounts"]
---

# Endpoint for login with identity verification

`POST /v2/identity-verification/login`

## Request body

- RobloxAuthenticationApiModelsRequestIdentityVerificationLoginRequest
  - `loginTicket` string
  - `resultToken` string

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `403` — 0: Token Validation Failed 1: Invalid login ticket. 2: Invalid result token. 3: Invalid user. 4: Authentication failure.

## Changes

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

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v2/identity-verification/login/post.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)
