This section describes how the ID Lookup API works for one or more addresses using the ID Lookup API. You may want to try it out with a Free Trial Account.
This method will consume credits.
- HTTP Request
- URL Composition
- Base URL: https://api.cloud.precisely.com
- Address Autcomplete: /v1/lookup
- Supported Methods: POST
- Rate Limit (Transactions per second): 700
- Input Fields Each request to the API service requires a few
parameters. All requests require a Bearer token, that can be generated
using your account's key-secret. To produce a bearer token for an API
request, the generated key-secret combinations are used . The generated
token is valid for 3600sec (1 hour) and then it needs to be
regenerated.
The data should be encoded as a JSON array where each element in the array is a JSON object with field names identical to those in the input/output fields listed below.
- URL Composition