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

KeyDatatypeRequiredDescription
patternstringFilter 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 '*').
limitstringTo set the maximum number of records to return in a paged list response. The default is 100
fieldsstringLimit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.