cURL
curl --request POST \ --url https://api.linkupapi.com/v1/recruiter/close \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "login_token": "<string>", "job_id": "<string>", "country": "<string>" }'
{ "status": "success", "data": { "job_id": job_id, "message": "Job posting successfully closed", "closed_at": current_timestamp } }
Close an active job posting on LinkedIn
Was this page helpful?