Skip to content

Clients

A client token in Infoveave is used to authenticate external applications or services when accessing Infoveave’s APIs securely. By creating a client token, you allow authorized applications to interact with Infoveave’s data and functionality.

Here is a step-by-step guide to configuring a client token

  1. Click on the Client feature.
  2. Click on New to configure a new client token. Client Token
  3. Enter a Name for the client token.
  4. Provide a unique Client ID for the token. The client ID serves as a unique identifier for the external application that will use this token. It is used during the authentication process.
  5. Specify the lifetime duration of the access token in seconds in Access Token Lifetime. The access token is the key used to authenticate the external application’s requests. After the specified duration, the token will expire and require renewal.
  6. The Secret Key is used to sign and validate the token, ensuring that only authorized parties can use it. New Client Token
  7. Click Save to add the new client token to the system.
  8. To edit any client token, select the required client token, and click on Edit icon.
  9. To delete any custom email, select the required client token, and click on Delete icon.