API Reference/Endpoints
List a user's reactions
GET/api/linkedin/gateway/users/{identifier}/reactions
Pages through the likes and other reactions a person has left on posts and comments — a lighter-weight signal than a comment, but still a sign of what they're paying attention to.
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.