Postman
Postman is an interactive REST API client.
It can be used to test, debug and document APIs.
Basics
Create a Request
- Click the + button in the top left corner.
- Select Request.
- Enter the Request Name.
- Select the Request Method.
- Enter the Request URL.
- Click the Send button.
Send a Request
- Click the Send button.
Save a Request
- Click the Save button.
Advanced
Create a Collection
- Click the + button in the top left corner.
- Select Collection.
- Enter the Collection Name.
Save a Collection
- Click the Save button.
Add a Request to a Collection
- Click the + button in the top left corner.
- Select Request.
- Enter the Request Name.
- Select the Request Method.
- Enter the Request URL.
- Click the Save button.
- Select the Collection.
- Click the Save button.
Add a Collection to a Workspace
- Click the + button in the top left corner.
- Select Collection.
- Enter the Collection Name.
- Click the Save button.
- Select the Workspace.
- Click the Save button.
Add a Workspace to a Workspace
- Click the + button in the top left corner.
- Select Workspace.
- Enter the Workspace Name.
- Click the Save button.
References
Web Links
Note Links