post https://sandbox1-api.unit21.com/v1//entities//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 }