curl --location --request GET '/phone-number-orders?limit&offset&status'{
"data": [
{
"id": "e1f2a3b4-c5d6-7890-abcd-ef1234567890",
"phone_number": "+31201234567",
"number_type": "local",
"status": "pending",
"verification_group_id": "90d42921-3b04-4e64-a57a-f79a7dcd14af",
"created_at": "2026-02-01T10:00:00Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 42,
"limit": 10,
"offset": 0,
"has_more": true
}
}