API Reference/Endpoints
Download an attendee's picture
GET/api/linkedin/gateway/chat_attendees/{id}/picture
Downloads the current picture for an attendee — for a group chat entry, this is the group's own picture rather than any one member's.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
The response body is the image itself, not JSON — read it as a stream or buffer and use the response's
Content-Type header to know what you got.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.