Skip to main content

Postman API Testing

Learn how to interact with APIs using Postman. This section covers the basics of API requests, authentication, collections, scripting, and automation to help you understand and test APIs efficiently.

What are APIs?
Introducing Postman
Workspace and Collection Setup
Making a GET Request
Response and Methods
Variables in Postman
Query Parameters
Path Variables
Sending data with POST
Introduction to variables and scripting
PATCH and DELETE
Generating code