Is there a way to set up alerts for an endpoint to monitor response codes greater than or equal to 400? If yes, how can these alerts be accessed?
To do this I think you’d need to define 400 series Endpoint Response Codes for particular endpoint, and then have the logic block that is making the endpoint call emit notifications if the response code is in the 400 series. There is no other way that I’m aware of to automatically have a notification happen for a particular response code for an endpoint.
1 Like