Create a watcher
Start watching a profile on a schedule; Orbit refreshes it and appends what it finds.
interval_seconds from now.
Each run adds new information about the person to the profile. See how watchers work for phases, scheduling and billing, and Watch a profile for the end-to-end flow with webhooks.Authorizations
Use an Orbit API key from the developer dashboard.
Body
The profile to watch — the id returned by search and profile reads.
How often to refresh, from 3600 (hourly) to 2592000 (every 30 days).
3600 <= x <= 2592000Restrict runs to these phases. Omit or send null to run 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 Response
The 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.
