API Reference/Endpoints
React to a post
POST/api/linkedin/gateway/posts/reaction
Leaves a reaction on a post, or, with comment_id set, on a comment instead.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Body parameters
Response fields
Errors
·400 Bad Request. account_id or post_id is missing.·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 post — or, if comment_id was set, no comment — exists for that id.