cURL
curl --request POST \ --url https://api.linkupapi.com/v1/posts/time-spent \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "post_url": "<string>", "duration": 123, "duration_start_time": 123, "login_token": "<string>", "country": "<string>" }'
{ "status": "success", "message": "Time spent signal sent successfully" }
Send time spent signal for a LinkedIn post to track engagement duration
duration_start_time
Was this page helpful?