Requesting phone numbers via API

You can create a new phone number request via the Create Number Request endpoint.

You can check the status of your request via the Get Number Request endpoint, by consulting the status property. You can get an overview of all possible statuses of your order via the Get Number Request Statuses endpoint.

Requesting phone number ranges

📘

Only available for NL phone numbers

At this time, it's only possible to request number ranges for NL phone numbers.

To request one or more ranges of either 1, 10, 100 or 1000 phone numbers, you can supply these in the requestedRanges property as follows:

"requestedRanges": [
  {
    "size": 100,
    "quantity": 1
  },
  {
    "size": 10,
    "quantity": 5
  }
]

When you request one or more ranges, please leave the quantity and consecutive properties empty.