My API

These image inside the MY API screen tab in above displays the API details and provides an option to regenerate your API key secret."

  • CLIENT ID:

    The CLIENT ID is a unique identifier assigned to a client application or user. It is used to distinguish different clients that are accessing the API. This ID helps the API server recognize and authenticate the client making requests.

  • API KEY:

    An API key is a secret token or code provided to authorized clients to authenticate and access the API. It is a form of security to ensure that only approved clients can use the API.

  • API SECRET:

    The API SECRET, often used in combination with the API key, is another form of authentication. It is typically a more sensitive and confidential piece of information that must be kept secure to prevent unauthorized access.

  • EXPIRY ON:

    "EXPIRY ON" indicates the date on which the API key and secret will expire. After this date, the client will no longer be able to access the API using the provided key and secret.

  • EXPIRY AT:

    "EXPIRY AT" specifies the exact time at which the API key and secret will expire on the expiration date mentioned in "EXPIRY ON."

  • RENEW API:

    "RENEW API" might refer to a process where clients can request an extension or renewal of their API key and secret before they expire. Renewing the API can ensure uninterrupted access to the API.

  • REGENERATE SECRET:

    "REGENERATE SECRET" suggests that clients can generate a new API secret, which can be useful if they suspect the current secret has been compromised. Regenerating the secret is a security measure to prevent unauthorized access.

Last updated