Client Credentials

🔑 Deprecation Notice: Client Credentials

We are deprecating the current client credentials (client ID and secret) used for authentication. These credentials will no longer be supported after the deprecation period.

⚠️ Action Required

  1. Request New Credentials: New client credentials are required to continue using the token-based authentication. Please request your new client ID and secret from NET2GRID.
  2. Update Your Integration: Replace existing credentials with the new ones when requesting access tokens.
  3. Handle Token Expiry: Access tokens issued using the new credentials will expire periodically. Ensure your application handles this by retrying the token request flow upon receiving a token expiration response (HTTP 401).

💡 Handle Token Expiry: Suggested Handling

  • Detect the expiration response
  • Re-authenticate using your client credentials
  • Retry the original request with the new token