cURL
curl --request POST \ --url https://api.linkupapi.com/v1/posts/repost \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "post_url": "<string>", "country": "<string>", "login_token": "<string>" }'
{ "status": "success", "message": "Post reposted successfully" }
Share an existing LinkedIn post on your profile
https://www.linkedin.com/feed/update/urn:li:activity:...
https://www.linkedin.com/posts/user-activity-...
Was this page helpful?