When Reauthorization is Needed
- OAuth tokens expire
- User revokes access
- API keys are rotated
- Permissions change
Detecting Auth Issues
Webhook event:integrated_account:authentication_error
This event is sent when:
- OAuth token refresh fails
- API call returns 401 Unauthorized
Reauthorize via Dashboard
Reauthorize via API
Generate a link token for the existing account:Embed in Your App
Use the Link SDK with the existing account ID to prompt users to reauthorize.After Reauthorization
Webhook event:integrated_account:reactivated
The account status returns to active and API calls work again.
