All Collections
Connectors
How to Set Up the IP Enrich API Connector
How to Set Up the IP Enrich API Connector

Find out how to verify if your IP Enrich API key is working

Tamar Keenan avatar
Written by Tamar Keenan
Updated over a week ago

The IP Enrich API connector from Dealfront allows you to query our internal database to pull specific firmographic data on a company, if a successful match is found. A customer makes a call to our server through the API and this returns a match. This article helps to ensure everything is running properly.

Please note: It is very important to remember that your will need to have your own internal tech team or knowledge of how to use an API to start the trial.

Follow these steps to verify if your IP Enrich API key is working

STEP 1: In order to start, tick the check box to accept the Terms and Conditions and then start the IP Enrich API 30-day free trial.

Then copy the IP Enrich API key in the connector configuration tab.

STEP 2: Open and read through the IP Enrich API connector documentation here.

The IP Enrich API Documentation provides you with the full schema of what is possible with the API and can be used to explain what information you can query from our database.

STEP 3: If you don't know it, check your IP address through this third-party link here.

You can also use wget:

# You can also use wget
curl -X GET https://api.lf-discover.com/companies?ip=string\
-H 'Accept: application/json'
-H 'X-API-KEY: API_KEY'
  • Replace API_KEY with your actual API key.

  • Replace the word string with your IP address.

  • Open your terminal and execute it to get one of the 3 types of results below:

Once you finish setting up the API, we track the matches over the 30-day trial period to calculate the match rate and thus pricing.

Stats

In the Stats, tab you can see up to 6 months of statistics and how many matches have been made during each month.

If Dealfront is able to identify the company behind the IP then that will be counted as a match.

If you want to learn more about IP Enrich API or book a demo, check out this link here.

--

Questions, comments, feedback? Please let us know by contacting our support team via live chat or by sending us an email at support@dealfront.com.

RELATED:

Did this answer your question?