Skip to content

Setting Up

Nithin Subhash edited this page Apr 3, 2020 · 1 revision

Setting Up

Environment And Requirements

Environment: Currently, this client is supported only on Python 3.5 or above. To make network requests, requests module is used.

Requirement: In order to initialize the client, an API Key/Token is required. You can create a new API Key from FullContact Dashboard, if you do not have one already.

Insights Bundles And Webhooks

Insights Bundles: Insights bundles are supported in this client library and the same can be provided along with the query, as mentioned in the upcoming sections of this document.

Webhooks: Webhooks can also passed along with the query, similar to insights bundles.

Exceptions

FullContactException is thrown in 2 occasions:

  1. When no, empty or None is provided
  2. When invalid query parameters or combinations are provided.
Clone this wiki locally