---
title: "Get list of verified phone numbers"
method: GET
path: "/v2/verified-resources/phones"
tags: ["Verified Resources"]
---

# Get list of verified phone numbers

`GET /v2/verified-resources/phones`

## Query parameters

- `take` number
- `skip` number

## Headers

- `Authorization` string, required

## Response `200`

- UserVerifiedPhonesOutput
  - `status` 'success' | 'error', required
  - `data` UserVerifiedPhoneOutputData[], required
    - `id` number, required — The unique identifier for the verified email.
    - `phoneNumber` string, phone, required — The verified phone number.
    - `userId` number, required — The ID of the associated user, if applicable.

## Changes

- **2026-03-10** (v2) `ba131b4bbebb` — 11 breaking, 1 warning
  - the `data` response's property type changed from `object` to `array` for status `200`
  - removed the required property `data/availability` from the response with the `200` status
  - removed the required property `data/id` from the response with the `200` status
  - removed the required property `data/isDefault` from the response with the `200` status
  - …8 more
- **2025-09-26** (v2) `daa3e48bc03a` — 1 breaking, 11 info
  - the `data` response's property type changed from `array` to `object` for status `200`
  - added the optional property `data/dateOverrides` to the response with the `200` status
  - added the required property `data/availability` to the response with the `200` status
  - added the required property `data/id` to the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/verified-resources/phones/get.md)

---

[API](https://skmtc.dev/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.dev/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
