---
title: "Verifies a two step verification approval via Cross Device. Cross Device approval does not use a verification code."
method: POST
path: "/v1/users/{userId}/challenges/cross-device/verify"
tags: ["Accounts"]
---

# Verifies a two step verification approval via Cross Device. Cross Device approval does not use a verification code.

`POST /v1/users/{userId}/challenges/cross-device/verify`

## Path parameters

- `userId` integer, required

## Request body

- RobloxTwoStepVerificationApiVerifyApprovalRequest — Request parameters for verifying a Cross Device two step verification approval. Does not use verification code.
  - `challengeId` string — The two step verification challenge ID.
  - `actionType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — The Roblox.TwoStepVerification.Client.TwoStepVerificationActionType associated with the challenge. ['Unknown' = 0, 'Login' = 1, 'RobuxSpend' = 2, 'ItemTrade' = 3, 'Resale' = 4, 'PasswordReset' = 5, 'RevertAccount' = 6, 'Generic' = 7, 'GenericWithRecoveryCodes' = 8]

## Response `200`

OK

- RobloxTwoStepVerificationApiVerifyApprovalResponse — Result for a successful Cross Device approval verification.
  - `verificationToken` string — The verification token.

## Other responses

- `400` — 0: An unknown error occurred with the request. 1: Invalid challenge ID. 2: The user ID is invalid.
- `403` — 0: Token Validation Failed 19: Challenge denied.
- `503` — 7: Two step verification is currently under maintenance.

---

[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)
