cURL
curl --request POST \ --url https://api.linkupapi.com/v1/posts/answer-comment \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "tracking_id": "<string>", "profile_urn": "<string>", "comment_urn": "<string>", "login_token": "<string>", "comment_text": "<string>", "mention_user": true, "commenter_name": "<string>", "country": "<string>" }'
{ "status": "success", "message": "Comment answered with success" }
Reply to a comment on a LinkedIn post
Was this page helpful?