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.
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.