Job Changes

Set job changes watch list

post

You can define with this endpoint which person do you want to track with the job changes features. Posting a new watch list will replace the previous one (if existing).

Authorizations
Body
watch_list_csvanyRequired

The csv file containing your watchlist, it should include at least one column containing the email

Responses
200
The request has succeeded.
application/json
post
POST /v1/integrations/job_changes/watch-list/csv HTTP/1.1
Host: api.madkudu.com
Authorization: Basic YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 23

{
  "watch_list_csv": null
}
{
  "status": "success",
  "processed_count": 2,
  "message": "Watch list updated successfully"
}

Last updated

Was this helpful?