Find tollfree numbers
GET {{baseUrl}}/numbers/tollfree?pattern=<string>&limit=<integer>&fields=<string>
Searches for the toll free numbers which are available for purchase in the CallFire catalog
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pattern | string | Filter toll free numbers by prefix, pattern must be 3 char long and should end with ''. Examples: 8**, 85, 87* (but 855 will fail because pattern must end with '*'). | |
limit | string | To set the maximum number of records to return in a paged list response. The default is 100 | |
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |