Sending API Requests (pm.sendRequest)#
You can send asynchronous HTTP requests within your script.Decoding Base64 Data#
If your API returns Base64 encoded data, you can decode it using the built-in crypto-js library.Converting XML to JSON#
If an API returns XML, but you prefer to work with JSON:Modified atΒ 2026-01-14 09:10:00