Get list of prefixes
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema array
- prefix string
Possible values: Value must match regular expression
[1-9]{1,3}[0-9]+
Local area code for a number
- name string
- country string
ISO 3166-1 alpha-2 country code
[
{
"prefix": "441234",
"name": "01234 - Bedford",
"country": "GB"
}
]