For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
HTTPRequired
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

Watch list upload response

statusstringRequired

Status of the upload

processed_countinteger · int32Optional

Number of emails processed

messagestringOptional

Upload message

post
/v1/integrations/job_changes/watch-list/csv

Last updated

Was this helpful?