cURL
curl --request POST \ --url https://catchall.newscatcherapi.com/catchAll/monitors/{monitor_id}/enable \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Monitor enabled successfully.", "monitor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Enables a monitor to resume executing scheduled jobs. Validates that the provided API key is associated with the monitor.
API key for authentication.
Monitor identifier.
Monitor enabled successfully
Whether the operation succeeded.
true
Human-readable success message.
"Monitor enabled successfully."
ID of the enabled monitor.
Was this page helpful?