{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Getcitystateprovince API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Getcitystateprovince", "type": "folder" }, "items": [ { "info": { "name": "GetCityStateProvince", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addressverification/v1/getcitystateprovince/results.json", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "GetCityStateProvince returns a city and state/province for a given input postal code for U.S. and Canadian addresses." } ] } ], "bundled": true }