We want to test the links given in the HTML email are safe or not. So we have been trying to use Safe Browsing Lookup API(V4) but it is giving empty JSON as response for unsafe URL too which was blocked in Chrome.
I am trying this API using PostMan and it is working fine for the URLs given in this example for testing Malware URLs - https://github.com/snopoke/google-safebrowsing2
I also tried with different threatTypes and platformTypes but unable to understand what is wrong in the request sent.
Related screenshots:
Success with test malware URL: https://snag.gy/Gt32JQ.jpg
Chrome browser blocked URL: https://snag.gy/jgaskh.jpg
Empty JSON through API: https://snag.gy/AoigpP.jpg
Please help me. Thanks