Faxoveremail-zipCodes-zipCode-areaCodes:GET
From Hostway API Documentation
Revision as of 13:36, 30 May 2016 by Corinne.chui (Talk | contribs)
GET /faxOverEmail/zipCodes/{zipCode}/areaCodes
Get list of supported FOE area codes for a given zip code.
Contents |
Request
GET /faxOverEmail/zipCodes/{zipCode}/areaCodes
Request Parameters
- zipCode - string
- US standard ZIP code - both ZIP code 5 and ZIP code 5 plus 4 formats are supported (e.g. 98001, 98001-9000).
URI Parameters
None.
Response
Status Code
- 200 OK
- Success
- 304 Not Modified
- The list of area codes hasn't changed since the last request; the client should use its locally cached copy instead.
Response Body
{ "list": [ "{areaCode}", ... ], "links": [ "self": {"href": "https://api.hostway.com/faxOverEmail/zipCodes/{zipCode}/areaCodes", "rel": "self"} ] }
Parameters
- areaCode - string
- Standard 3 digit US area code (e.g. 312, 412).
- links - list
- Hypermedia for this resource. Links to self.
See also