Postman is a great tool for examining API calls.
Here is a quick way to get that call you want from your browser into Postman.
Copy it from Chrome
Open up the Developer Tools (Ctrl-I), go to the Network tab. Find the call you want. Right click and select Copy as cURL
Import it into Postman
Inside Postman, open up File / Import (or Ctrl+O).
Paste it into the raw text tab and press Continue
Once it's in Postman, you can now examine, manipulate, re-send the request as you wish.
Top comments (0)