Reply to an existing comment on a LinkedIn post using the comment URN.
This endpoint costs 1 credit per request.
Body Parameters
Unique identifier for tracking the request
LinkedIn profile URN of the user posting the comment
LinkedIn comment URN to reply to
LinkedIn authentication cookie obtained from the login/verify process
Text content of the reply to post
Whether to mention the original commenter in the reply
Name of the original commenter (required if mention_user is true)
Country code for proxy selection. Available: (US, UK, FR, DE, NL, IT, IL, CA, BR, ES, IN)
Response
Request status (success/error)
Detailed status message about the comment reply request
{
"status": "success",
"message": "Comment answered with success"
}
Notes
- The comment URN must be valid and accessible with the provided login token
- Replies are posted with the identity associated with the login token
- Reply text supports plain text only
- When
mention_user is true, the commenter_name parameter is required
- LinkedIn’s rate limits and spam detection apply to comment replies
- Some posts or comments may have replies disabled by their authors