DevelopersAPI referenceCronCrunchMonitoring
Monitoring settings
The caller's capture settings. Defaults to everything disabled with a 300s interval when never configured.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/monitoring/settings"{ "settings": { "screenshotsEnabled": true, "screenshotIntervalSeconds": 0, "activityEnabled": true, "consentAt": "2019-08-24T14:15:22Z" }}Update display preferences
Partial upsert. weekStart is monday or sunday; roundingMinutes one of 0, 5, 6, 10, 15, 30 (display-level rounding); currency a 3-letter ISO code. Preferences are per-user, not per-org.
Update monitoring settings
Partial upsert. screenshotIntervalSeconds must be 60-1800. consentAt is stamped the first time either capture channel is enabled.