How to Transition to V3 Enrich API

How to Transition to V3 Enrich API

 

FullContact’s Enrich API offers these key benefits from the previous API versions:

  1. Access to new data add-on functionality to provide additional data enrichment such as social affinities, employment history, demographics, and more.
  2. Consumers will now be able to search on one or many email addresses and phone numbers for a given contact.
  3. You will now be able to search on social IDs, URLs, and usernames (except Facebook and Instagram).
  4. EmailHash (Email masking/Spoofing) is now part of the email input field instead of its own input field. 
  5. Users can now search on location or name in the request, if both are present and
    follow the laid combination it enhances call out.

How to Use Enrich API (Person and Company Enrichment):

1) Generate New API Key(s)

  • Login to Platform and click “Generate API Key”.
    • Note: If access to the account or the email address is not possible, please refer to the instructions on changing access on your account here.
  • Copy your key to your clipboard and store it in a safe place. Important: API keys are obfuscated and cannot be retrieved once the popup goes away.

 

2) Update your Requests. Enrich API has a different request structure, with a different mechanism for sending your API key as well as a different way for sending matching criteria for person and company profiles.

  • Authorization Header In the previous version of the API, API keys could be sent either as a query parameter, or within the X-FullContact-APIKey header. With the new API, keys are now sent across within the Authorization header, with the string “Bearer “ (yes, that’s a space after “Bearer”) added to the beginning of your key. This is the only allowed method for including keys in the new API.
  • POST instead of GET One of the more significant changes in our API is the move to an RPC-style interface instead of REST. This means that all requests to our new APIs will be done using the POST method instead of GET. Be sure that your code is updated to now send requests using the POST method.
  • Query Changes In our previous API, lookup parameters for both Person and Company were sent as query parameters in the request. In our new APIs, this information is now sent across as keys inside of a post body object, referred to as the Multi Field Request. All of the previous queryable fields (email address, phone, etc.) are still supported in the Enrich API.

3) Parse the Response. Our new APIs now return only JSON, so if your code is using something other than JSON today, be sure to update it to accept a JSON response. The structure of the response is also different, so you will need to change how you are accessing the various elements. View our Person Enrichment and Company Enrichment documentation sections for details on what the new response looks like.

4) Reach Out to Us. We’d love to know when you’re up and running!  We want to make sure your API plan is optimized for your use case and can answer any questions. Please contact your account representative and let them know you activated the Enrich API key.

If you don’t know who your account representative is, email support@fullcontact.com.

To learn more about Enrich API, please visit our API Documentation





    • Related Articles

    • Getting Started : Enrich

      Enrich Overview Get access to billions of physical and online identities through hundreds of personal and professional insights. Recognize the full person and interact in real time with your clients and prospects as actual individuals. Through ...
    • Getting Started: Data Delivery

      Real-time API a. Client sets up API integration with FullContact so that data can be delivered in real time into the application of their choice (e.g. CRM, automation platform, help desk software etc.).  b.  FullContact delivers the most recent ...
    • Getting Started: Permission API

      FullContact's Permission API helps partners, agencies and brands monitor a range of permissions and preference activities over time and obtain information about an individual's consent, which includes: Acknowledgment and purpose of consented data ...
    • Querying Account Stats (V3 Developer API)

      If you find you are in need of information about whether you can continue to query - or if you need to hold off to conserve quotas - you can call on our Stats Endpoint. Understanding your current API usage is helpful, not only for billing purposes, ...
    • How to Add and Update Email in Platform

      → Changing Account Email Addresses on Platform Login to your Platform Click on ‘Account’ placed at the bottom left of the navigation panel. Click on the Edit option available beside ‘Email’ Click ‘Add Another Email’ Enter the new email address in the ...