---
title: "Get Verified Phone Number"
method: GET
path: "/v1/phone"
tags: ["Accounts"]
---

# Get Verified Phone Number

`GET /v1/phone`

## Response `200`

OK

- RobloxAccountInformationApiModelsPhoneResponse — The phone response
  - `countryCode` string — The country Code
  - `prefix` string — The Phone Prefix
  - `phone` string — The Phone number
  - `isVerified` boolean — Is the phone verified
  - `verificationCodeLength` integer — Verification Code Length
  - `canBypassPasswordForPhoneUpdate` boolean — Whether user needs to provide password to update their phone numbers

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `500` — 0: An unknown error occured.

---

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