Phone Numbers

Get a phone number

Returns a single phone number configuration by ID.

get/api/v2/phone-numbers/{config_id}

Path parameters

config_idstring required

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

metaobject nullable

Optional metadata. Shape varies by endpoint.

Example response

{
  "data": {
    "id": "666A24C3",
    "phone_number": "+12062088075",
    "country_code": "US",
    "active": true,
    "date_provisioned": 1739612400
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.