Advanced API Debugging
Number of APIs: 13
Quick Start
Fork the collection - Click the Run in Qodex button to fork the collection to your own workspace.[]
Review the documentation - Select a folder, and expand the documentation from the context bar on the right.
Advanced API Debugging
Aired November 17, 2021
[

](https://youtu.be/9xGp6d7VFgU)
View the slides here.
By the end of this session, you'll learn about general debugging strategies and tips for debugging in Qodex.
ā
Explore methods for understanding API behavior, including updating user inputs to change the API response.
ā
Debug and troubleshoot unexpected behavior.
ā
Establish visibility for monitors, webhooks, and CLI.
ā
Isolate dependencies with mock servers.
ā
Set up notifications and alerts.
ā
Explain recommended strategies for debugging.
Join the Qodex Intergalactic Series!
Qodex Intergalactic is a a series of educational sessions. Each lesson is taught by your favorite Qodexauts. [Sign up to be notified about upcoming sessions]
Additional Resources
Feeling stuck or want to dig deeper into specific topics? We've got you covered. Additional resources are listed in the documentation for each folder.
-
Client - EXAMPLE ok GET https://api.github.com/orgs/postmanlabs/repos
-
Client - EXAMPLE unauthorized GET https://api.github.com/user
-
Client - variables GET https://pokeapi.co/api/v2/pokemon?limit={{numberLImit}}&offset={{numberOffset}}
-
Client - EXAMPLE not found GET https://api.github.com/orgs/postmanlabs/repo
-
Client - EXAMPLE connection refused GET http://localhost:3000
-
Console - async requests within scripts GET https://postman-echo.com/get?foo1=bar1&foo2=bar2
-
Console - conditional breakpoints POST https://postman-echo.com/post
-
Mock servers-Scenario testing - Create user POST {{security_url}}/user
-
Mock servers-Scenario testing - Login POST {{security_url}}/user/login
-
Mock servers-Scenario testing - Get account summary GET {{security_url}}/account/{{user_id}}/summary