EaserixDocs
DevelopersAPI referenceCronCrunchMonitoring

Monitoring settings

The caller's capture settings. Defaults to everything disabled with a 300s interval when never configured.

View as Markdown
GET
/v1/monitoring/settings
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"  }}