API Reference/Endpoints
List attendees in a chat
GET/api/linkedin/gateway/chats/{chat_id}/attendees
Returns everyone in a chat — the connected account itself plus every other participant, useful for rendering a group chat's member list or resolving who's who in a 1:1.
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. The account_id doesn't belong to this key.·404 Not Found. No chat with that id belongs to this account.