---
title: "Verify Phone"
method: POST
path: "/v1/phone/verify"
tags: ["Accounts"]
---

# Verify Phone

`POST /v1/phone/verify`

## Request body

- RobloxAccountInformationApiModelsVerifyPhoneRequest — Verify Phone Request
  - `code` string — Code to verify phone

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 2: Invalid Phone Number 3: Phone Number Already Associated 7: Invalid Code
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `429` — 6: Flooded
- `500` — 0: An unknown error occured.
- `503` — 1: This feature is currently disabled. Please try again later.

---

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