- Before you start
-
Overview
- Path parameters
-
Path parameters
-
Get a book by ID
- Debugging
-
Debugging requests in the Postman Console
- POST request
-
Add a book
- Authorization
-
Basics of API authorization
-
Add the API Key to the request header
-
Use Postman's authorization helper
- Variables and scripting
-
Variables in Postman
-
Set the baseUrl variable
-
Write your first script
-
Scripting in Postman
-
Set the new book id as a variable
- PATCH and DELETE requests
-
Check out a book
-
Delete a book
- Test your knowledge
-
Quiz: Requests and responses - Intermediate
- Wrapping up
-
Resources
-
Recap
[V9] Requests and responses - Intermediate
Learn more about the requests and responses, and continue building your library in version 9
In this module, you will learn about:
- Differentiate between path and query parameters
- Use path parameters
- Use the Postman Console to debug requests
- Create and send a POST request
- Send raw JSON data in the request body
- Support for multiple authorization protocols
- Edit request headers
- Utilize Postman's authorization helper
- Create and set variables at the collection level
- Write scripts at collection, folder or request level
- Create and send a PATCH request
- Create and send a DELETE request