{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Address Verification Service API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Address Verification Service", "type": "folder" }, "items": [ { "info": { "name": "GetPostalCodes", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addressverification/v1/getpostalcodes/results.json", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "GetPostalCodes takes a city and state as input for U.S. addresses and returns the postal codes for that city." }, { "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." }, { "info": { "name": "ValidateMailingAddressUSCAN", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addressverification/v1/validatemailingaddressuscan/results.json", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "ValidateMailingAddressUSCAN analyses and compares the input addresses against the known address databases around the world to output a standardized detail for US and CANADAIt gives RDI and DPV also along with other US/CAN specific functionalities." }, { "info": { "name": "ValidateMailingAddress", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addressverification/v1/validatemailingaddress/results.json", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "ValidateMailingAddress analyses and compares the input addresses against the known address databases around the world to output a standardized detail." }, { "info": { "name": "ValidateMailingAddressPro", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addressverification/v1/validatemailingaddresspro/results.json", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "ValidateMailingAddressPro builds upon the ValidateMailingAddress service by using additional address databases so it can provide enhanced detail." }, { "info": { "name": "ValidateMailingAddressPremium", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/addressverification/v1/validatemailingaddresspremium/results.json", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "ValidateMailing AddressPremium expands on the ValidateMailingAddressPro service by adding premium address data sources to get the best address validation result possible." } ] } ], "bundled": true }