Retreives a paginated list of phone numbers
Page number for pagination.
1
Number of phone numbers to return per page.
10
Phone numbers fetched successfully
200
"Phone numbers fetched successfully"
{
"total": 3,
"page": 1,
"size": 10,
"phone_numbers": [
{
"_id": "6901a88b23bc1023d88134fa",
"number": "+14155552671",
"status": "active",
"type": "inbound",
"created_at": "2025-10-10T09:30:00Z"
},
{
"_id": "6901a88b23bc1023d88134fb",
"number": "+14155559876",
"status": "inactive",
"type": "outbound",
"created_at": "2025-09-20T11:45:00Z"
}
]
}