v1

latestOpenAPI 3.1.02026-08-0456127224.3 KB
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
  }
}