API Reference/Endpoints
Synchronize chat history
GET/api/linkedin/gateway/chats/{chat_id}/sync
Pulls a chat's full history from the beginning rather than just what's already synced. This single call both starts the sync and reports its progress — call it again to poll status.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
Response fields
Keep calling this same route on an interval to track progress. Once it reports
SYNC_DONE or SYNC_ERROR, calling it again starts a fresh sync from scratch.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. The account_id doesn't belong to this key.·404 Not Found. No chat with that id belongs to this account.