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 Test.
-
In the executed Flow, check your outputs. Verify that the body matches the details from Postman.