Postman API IDE

Postman is THE api development environment

Postman is the most complete toolchain for API development

  • The most-used REST client worldwide
  • Designed from the ground up to support the API developer
  • Intuitive user interface to send requests, save responses, add tests, and create workflows

Postman screenshot

Download Postman

To install/update on linux

sudo tar -xzf Postman-linux-x64-6.1.3.tar.gz -C /opt
rm Postman-linux-x64-6.1.3.tar.gz
# if just updating skip this step
sudo ln -s /opt/Postman/Postman /usr/bin/postman