You could just use a Call REST action in a microflow, and GET the URL using that. Use the Store in HTTP Response option to handle the response. You could then examine that to look for any issues. Remember to also set error handling so you can catch any errors that way as well.
https://docs.mendix.com/refguide/call-rest-action/
Good luck!