---
title: "Get a phone number"
method: GET
path: "/api/v2/phone-numbers/{config_id}"
tags: ["Phone Numbers"]
---

# Get a phone number

`GET /api/v2/phone-numbers/{config_id}`

Returns a single phone number configuration by ID.

## Path parameters

- `config_id` string, required

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- SingleResponsePhoneNumberResponse
  - `data` PhoneNumberResponse, required — A phone number provisioned for the workspace. Phone numbers are used by voice and SMS agents to communicate with candidates. The ``id`` is referenced in posting configs as ``phone_number_id``.
    - `object` 'phone_number' — Object type identifier.
    - `id` string, required — Unique phone number configuration identifier.
    - `phone_number` string, required — Phone number in E.164 format.
    - `country_code` string, nullable — ISO country code.
    - `active` boolean, required — Whether the phone number is active.
    - `date_provisioned` number, nullable — Unix timestamp when the number was provisioned.
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## Other responses

- `401` — Invalid or missing API key.
- `404` — Phone number not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/heymilo/apis/heymilo-public-api.md) · [All operations](https://skmtc.net/heymilo/apis/heymilo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heymilo/heymilo-public-api/versions/a93ca9c2c777/schema)
