Skip to main content
PATCH
Update Monitor

Authentication

Requires an API key in the Authorization header.

Path parameters

string
required
The monitor’s unique identifier (UUID).

Request

All fields are optional only include the fields you want to update.
string
Updated display name.
string
Updated run frequency: monthly or quarterly.
string
Updated detection mode: diff_only or full_refresh.
string
Pause or resume: active or paused.
string
JSON-encoded array of field names to track. Empty array "[]" tracks all fields.Available fields: first_name, last_name, company, job_role, city, country, bio, industry, education, validity

Example request

Response

Returns the updated monitor object.