Security

For security purposes, we strongly recommend implementing proper token management in your application. This includes:

  1. Never sharing client credentials

  2. Store credentials securely

  3. Implementing proper token caching

  4. Rotating client secrets periodically.

Remember that your access token will expire after the specified time. Your application should implement proper token refresh logic to maintain continuous access to the API. When the token expires, simply repeat the authentication process to obtain a new one.