curl --location --request GET '/phone-numbers?limit&offset&include_default'{
"data": [
{
"id": "f1e2d3c4-b5a6-7890-cdef-1234567890ab",
"phone_number": "+31201234567",
"locality": "Amsterdam",
"number_type": "local",
"number_origin": "default",
"available": true,
"linked_assistant": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Klantenservice Bot"
},
"created_at": "2026-01-10T08:00:00Z"
}
],
"pagination": {
"total": 42,
"limit": 10,
"offset": 0,
"has_more": true
}
}