API Reference/Endpoints
Resynchronize account data
GET/api/linkedin/gateway/accounts/{account_id}/sync
Kicks off a fresh pull of an account's chats and messages — useful after a long disconnect, or to backfill a specific window of history. Calling it again while a sync is running just reports progress.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
Response fields
Only LinkedIn and Telegram accounts support resync today.
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated, or the account is disconnected.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No account with that id exists upstream.