Create API Credentials
API credentials are unique identifiers that are used to authenticate and authorise applications or users accessing a web-based service via an Application Programming Interface (API).
The primary purpose of creating API credentials is to enable secure and controlled access to the functionalities offered by the API, allowing developers to integrate their systems with external services.
In SAPIENT, you can create you own API credentials with which you can track usage, manage permissions effectively, and protect your data from unauthorised access.
To create new API credentials, follows the instructions as explained in the following procedure.
- Log in to the SAPIENT platform using your credentials.
- On the Home page that opens, in the left navigation panel, select API > Credentials.
- On the API Credentials page that appears, select the Create API Credentials button.
Note
You are only required to create these credentials the first time you log in.
- In the Create API Credentials dialog that opens, enter a brief memorable name for your API credential and select Create.
- In the API Credentials dialog that appears, copy the generated Client ID and Secret.
Important
Make sure you copy the Secret and keep it safe as we do not store this anywhere within the application and you are not able to see it again. If you lose the secret, you are required to create a new set of credentials.
- After copying and client ID and secret, select Close.
Once done, the new API credentials are created successfully and appears in the CURRENT API CREDENTAILS table of the API Credentials page. You can now use these credentials when initiating an API request to authenticate each call made to the API.
Updated about 2 months ago