REST API - Developer Tools
Integrations REST API Training REST API

REST API - Developer Tools

During the REST API Integrations Workshop you will have the opportunity to create your own API requests. This all means that you will need a tool to write and test these API requests. If you already have your own developer tools you are free to use these during this training.

CURL

CURL enables you to send HTTPs requests from the command line. CURL is easy to use and will give you a good understanding of the structure of the API requests. All exercises in the REST API Integrations Workshop can be executed with a CURL statement and the solutions in this training are provided as CURL statements.

Install CURL

Download the executable for your environment and place it on the PATH. Type curl --version in a command prompt to make sure the installation was successful.

Next Topic