Job Changes
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
400
The server could not understand the request due to invalid syntax.
application/json
401
Access is unauthorized.
application/json
422
Client error
application/json
429
Client error
application/json
500
Server error
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?