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
- 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.
- Update Your Integration: Replace existing credentials with the new ones when requesting access tokens.
- 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
Updated 12 days ago