How to Authenticate - geo_addressing_1 - 2023.1

Getting Started with Data Integrity Suite APIs

Product type
Software
Portfolio
Locate
Product family
Precisely Data Integrity Suite
Product
Precisely Data Integrity Suite > Geo Addressing
Precisely Data Integrity Suite > Data Integration
Version
2023.1
Language
English
Product name
Precisely Data Integrity Suite
Title
Getting Started with Data Integrity Suite APIs
Topic type
Programming Reference > REST
Copyright
2023
First publish date
2023
Last edition
2024-03-12
Last publish date
2024-03-12T17:19:35.534627

Generate Keys: After you log in to your Workspace, you will require to generate an API Key and a Secret in the API Keys section.

Encode Credentials: API key and API Secret need to be passed as a standard Basic authentication with the API key and API secret base64 encoded. Combine your Key and Secret with a colon (":") and Base64 encoded. Example: Authorization: Basic base64(Key+":"+ secret).

Construct Authorization Header: Create an HTTP header named Authorization with the format Basic {encoded_credentials}.

Include Header: Add this header to all your API requests.

Ensure your API Key and Secret remain secure.
  • The access token generated is valid for 60 minutes.
  • You can use the same access token for multiple API calls until it expires.