Get Started - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

Follow these steps to activate and use the Data Graph app:

  1. Authenticate Data Graph API: Data Graph API provides below authentication methods:
    1. Basic Authentication (Using API Key and secret) : As a first step, obtain the API Key and Secret from the Data Integrity Suite (Account > API Keys). This method eliminates the need to generate and manage tokens. After receiving your credentials, pass the API Key and Secret as part of the Basic Authentication header:Authorization: APIkey Base64(key:secret)
    2. Bearer Token Authentication:

      In this method, obtain your access token and include it in the request header to authenticate the API. To obtain the access token, use the API Key and API Secret and send the request to the authentication endpoint. Use the received token to work with the Data Integrity Suite APIs.

      • HTTP Request
        • URL Composition

      BaseURL: The root URL for all API calls is - https://api.cloud.precisely.com. The individual endpoint of the authentication API to get your access token (the base URL) is - /auth/v2/token

      • SupportedMethods: POST only

        To learn more about Authenticating Data Graph API, see How to Authenticate

  2. Install the Data Graph API for Snowflake® app from the Snowflake Marketplace. For more information, see the Snowflake documentation Install and manage an app with containers.
  3. When prompted, provide an Application Name in the options.
  4. For trial users, once the application is activated, the compute pool and the Data Graph service are automatically started. You are now ready to use the SQL Queries.
  5. For premium users, once the application is activated, the compute pool is automatically started.