Generate Secret and Token

API Client Secret

Generate Client Secrets: Ensure every active user generates a unique Client Secret within their profile. This can be done through ‘Settings’ > API client details. Even if they are non-developers, they must generate the same. If client secret is already generated, they must be rotated and changed. Recommended expiry for partner’s admin/developers: Maximum of 3 months Recommended expiry for non-developers : Earliest date

This client secret is used to generate a partner token GET partner token API. You need to pass the client secret in the password parameter.

Steps to generate a client secret

  1. Click on Create client secret.

  2. Choose the desired expiry date for the client secret. It can be chosen from the calendar or set as never.

  3. Click on generate secret.

  4. Copy the client's secret or download the file containing the secret.

📘

Note :

For older partner portal users, who have been onboarded before 20th Nov'2024, we have configured their current partner portal password as their client secret, they can continue to pass their current password, in the GET partner token API to generate partner token. This has been done to ensure that there is no impact to our older partners.

However, in case you change your password, you will need to generate the client secret via the settings page.

Refer to the API document.