Step 2: Test the flow
- In Postman, copy the URL and then paste it into the Flow Test window.
-
Enter your parameters:
-
url: http://petstore-demo-endpoint.execute-api.com/petstore/pets
-
key1: type
-
value1: Dog
-
key2: page
-
value2: 2
-
Click Run.
-
In the executed flow, check your outputs. Verify that the body matches the details from Postman.