Update continuous monitoring

Fetch status and enables/disables Socure continuous monitoring for an entity.

For asynchronous continuous monitoring, the endpoint will always return a 200 success status response.

For synchronous continous monitoring, the endpoint will always return a 200 success status response but you should look at the is_success = true field to check if the result was actually successful:

{ "error_message": "This entity has no existing continuous monitoring subscriptions to disable.", "is_success": true }

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!