Validate JSON response with URLs | Scripting Postman
I have been in a situation with an API url testing with the postman, where the server response has got a collection of URLs and I want to assure that these URLs are active i.e. Http OK. To achieve this objective, I have to do the following: Call API, and …