---
title: "Get Phone Status"
method: GET
path: "/user-check/phone-status"
tags: ["user-check"]
---

# Get Phone Status

`GET /user-check/phone-status`

Check if a phone number exists in the system.

Returns:
    - status: "old" if the phone number exists, "new" if it doesn't

## Query parameters

- `phone_number` string, required — Phone number to check

## Response `200`

Successful Response

- PhoneStatusResponse — Response for phone status check.
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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