January 19, 2019
v3 GetPrefixes
Description:
Retrieves a list of prefixes for a specific area.
You will need to use the "uuid" parameter for the next API function.
URI:
https://api.multitel.net/v3/getprefixes/${area uuid} (Example: https://api.multitel.net/v3/getprefixes/f3c5c637ce0ecffb7e68a3540f805d21 )
Parameters:
area uuid (obtained from the output of the getAreas function)
Methods:
POST/GET
Sample Output:
{ "status": { "code": 200, "msg": "" }, "response": [ { "uuid": "ee0a345e3c354be83fc93b9c5a0e5ca9", "area_uuid": "f3c5c637ce0ecffb7e68a3540f805d21", "country_uuid": "e0a2f1fca1ba8b55a6d4ea502e1473b8", "prefix": "+1256", "name": "Albertville", "metered": 0, "overflow": true, "needs_registration": 0, "restrictions": "", "state": "AL", "country_iso": "US" }, { "uuid": "b31be8d653e5b07d67356e5b643bbb2c", "area_uuid": "f3c5c637ce0ecffb7e68a3540f805d21", "country_uuid": "e0a2f1fca1ba8b55a6d4ea502e1473b8", "prefix": "+1205", "name": "Jasper", "metered": 0, "overflow": true, "needs_registration": 0, "restrictions": "", "state": "AL", "country_iso": "US" }, { "uuid": "10ff9b54fc860f89fbc9eefc97eeb539", "area_uuid": "f3c5c637ce0ecffb7e68a3540f805d21", "country_uuid": "e0a2f1fca1ba8b55a6d4ea502e1473b8", "prefix": "+1205", "name": "Calera", "metered": 0, "overflow": true, "needs_registration": 0, "restrictions": "", "state": "AL", "country_iso": "US" },
"