API Reference/Endpoints
List a user's comments
GET/api/linkedin/gateway/users/{identifier}/comments
Pages through comments a person has left across LinkedIn posts — useful for spotting who's actively engaging in a conversation you care about.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401. The account behind account_id must belong to your key.
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 such person.·422 Unprocessable Entity. Comments are switched off on this person's activity, or their profile is locked.