v1
latestOpenAPI 3.0.02026-08-063524105.9 KBTelephony - Phone Numbers
Get phone number by ID
Retrieve a specific phone number.
get/internal/telephony/phone-numbers/{id}
Path parameters
idstring uuid required
Phone number UUID
Response
Phone number details
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"workspaceId": "789e4567-e89b-12d3-a456-426614174000",
"number": "+14155551234",
"countryDial": "+1",
"status": "active",
"type": "outbound_only",
"engineId": "asst_abc123",
"telephonyId": "1234567890",
"price": 1.5,
"purchasedAt": "2025-12-11T12:00:00Z",
"renewalAt": "2026-01-11T12:00:00Z",
"available": true,
"createdAt": "2025-12-11T12:00:00Z",
"updatedAt": "2025-12-11T12:00:00Z"
}