Making an API Call

To make an API call, use the OAuth token generated before (Generating an OAuth Token) and pass it in Authorization header of request in the described format.

For Example: To call the Address AutocompleteTypeahead API, use following URL and header in the request:

Authorization: Bearer {YOUR ACCESS TOKEN}
GET https://api.precisely.com/typeahead/v1/locations?latitude={YOUR_LATITUDE}&longitude={YOUR_LONGITUDE}&searchText={YOUR_SEARCH_TEXT}