Postman is a full-featured collaboration platform for API development and testing. This video course for beginners teaches the fundamentals of Postman:
β
How to set up Postman and Authenticate Submittable's API
The following instructions are for downloading and importing Submittable's swagger docs into Postman:
1. Download a free version of Postman here and install it.
After downloading and installing Postman, download Submittable's API Documentation (v4).
2. Open Postman. Select the option to Import:
3. Drop or Select the v4 API Documentation:
In your Downloads folder, the file will be named swagger_[date].json. It will look like this:
Choose this file and select Postman Collection. Then click Import.
This will populate a Collection for Submittable's v4 API Documentation:
Authenticate Using Postman
Click on Collections, then select the ellipsis menu next to the Submittable API Documentation title to open the dropdown menu. Select Edit from the menu.
Select Auth from the menu that appears:
Then select Basic Auth from the dropdown:
In the Username entry box, enter the API key you retrieved from your Submittable account page. You do not need an additional password.
Authentication on Postman should be complete. In the column on the left, you'll see the sections of Submittable's v4 API. You're ready to make API calls!
β
β