List monitors
Authorization
AuthorizationRequiredBearer <token>API key. Manage keys from the dashboard at app.bytekit.com.
In: header
Query Parameters
limitintegerDefault:
25Minimum: 1Maximum: 100cursorstringPagination cursor from a previous response.
statusstringDefault:
"active"Value in: "active" | "processing" | "paused" | "cancelled" | "suspended"Successful response.
Monitors
Monitors API — endpoints, requests, and responses.
POST /v1/monitorsCreate a change-detection monitor
Creates a recurring change-detection monitor for a URL, delivering results via webhook. **Limits:** request bodies are capped at 512 KB. An oversized body returns a `400` with error code `request_too_large`.