v1
latestOpenAPI 3.0.02026-08-063524105.9 KBTelephony - Phone Numbers
Import a phone number
Import an existing phone number to the workspace.
post/internal/telephony/phone-numbers/import
Request body
Example request
{
"workspaceId": "789e4567-e89b-12d3-a456-426614174000",
"number": "+14155551234",
"type": "outbound_only",
"status": "active"
}Response
Phone number imported
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"
}