---
title: "List stock watches"
method: GET
path: "/v1/phone-numbers/stock-watches"
tags: ["Phone Numbers"]
---

# List stock watches

`GET /v1/phone-numbers/stock-watches`

## Response `200`

The caller's active watches, oldest first.

- object
  - `watches` PhoneNumberStockWatch[]
    - `id` string, required
    - `country` string, required — ISO 3166-1 alpha-2.
    - `countryName` string, required
    - `numberType` 'local' | 'mobile' | 'national' | 'toll_free' | 'null', nullable, required — The watched number type, or null when the watch covers every type in the country.
    - `areaCode` string, nullable — The watched area code (NDC), or null when the watch covers every area.
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized

## Changes

- **2026-09-15** `0dba7d004d75` — 1 info
  - added the optional property `watches/items/areaCode` to the response with the `200` status
- **2026-09-07** `89b06d5526f9` — 1 info
  - added the required property `watches/items/numberType` to the response with the `200` status
- **2026-08-29** `e6f7a453bfb1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/phone-numbers/stock-watches/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/be448f13ecdc?raw)
