Get Your API Credentials
To integrate with our platform, consumers must request a clientId
and clientSecret
from our support team. These credentials are critical for securely authenticating your applications using the OAuth2 framework, ensuring that all interactions with our platform are properly authorized.
The clientId
is a unique identifier for your application, while the clientSecret
serves as a confidential key, similar to a password, that adds an extra layer of security. It’s important to handle the clientSecret
with care and ensure that it is stored securely, as it is a sensitive piece of information that should not be shared or exposed.
Once you have received your clientId
and clientSecret
, you can use them to obtain an OAuth2 bearer token. This token is required for all API requests and typically expires in one hour. After the token expires, you will need to request a new one to continue making authorized API requests.
Updated 8 months ago