API Reference/Endpoints
Resynchronize an attendee's chats
GET/api/linkedin/gateway/chat_attendees/{attendee_id}/sync
Kicks off a fresh re-sync of every chat involving this attendee, and doubles as the way to check on one already in progress — call it again and read status off the response.
This is a
GET, not a POST — the same call both starts a sync and polls it. Calling it again after a SYNC_DONE, CHUNK_DONE or SYNC_ERROR status kicks off a brand new sync rather than reporting the old one.Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No attendee exists with that id on that account.