Create an API key and secret for the trial workspace - 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

The API key and secret are required to identify and secure API requests to the Data Integrity Suite.

A Data Integrity Suite workspace typically allows two API keys. This allows for key rotation to enhance security.
  1. Log into your Data Integrity Suite workspace if you are not already logged in.
  2. Click Account.
  3. Click the API Keys tab.
  4. Click Generate API Key.
    This adds a new API Key:API Secret key pair to the Manage API Keys list.
  5. Be sure to record the API Secret value and store it in a save location.
    This API Secret value is never displayed again after you leave this page. If you lose it you will have to return to the API Keys tab to regenerate the secret value or create an new API key.
The api_key:api_secret key pair can be used to access Data Integrity Suite APIs. In an API request, the api_key:api_secret key is encoded as a Base64 string and included in a Basic Authentication header, as shown here:
Basic OWMxZGFmODA4ZTI1ZDQ5ZjpCdDAyZ2NpQjNYTjlac3U3eEZNVGJHU3NZZE5OQnBrZA==

However, for heightened security, client applications typically use access tokens to address the APIs.