Update a watcher
Pause, resume, retime or rescope a watcher. Only the fields you send change.
Authorizations
Use an Orbit API key from the developer dashboard.
Path Parameters
The watcher ID returned at creation.
Body
Send the fields you want to change.
false pauses the watcher; true resumes it and schedules the next run.
3600 <= x <= 2592000Send null to run all three phases.
existing_sources watches sources already on the profile for updates; existing_socials watches the person's social activity; new_sources looks for new sources about the person.
existing_sources, existing_socials, new_sources Response
The updated watcher.
The watched profile.
Whether runs are scheduled.
Seconds between runs, from 3600 (hourly) to 2592000 (every 30 days).
Phases each run covers; null runs all three.
existing_sources watches sources already on the profile for updates; existing_socials watches the person's social activity; new_sources looks for new sources about the person.
existing_sources, existing_socials, new_sources When the next run is scheduled.
Outcome of the most recent run.
dispatched, completed, failed, null Runs that found new information.
Set when Orbit paused the watcher, for example insufficient_credits.
