Step 2: Test the flow

  1. In Postman, copy the URL and then paste it into the Flow Test window.
  2. Enter your parameters:

  • url: http://petstore-demo-endpoint.execute-api.com/petstore/pets

  • key1: type

  • value1: Dog

  • key2: page

  • value2: 2

  1. Click Test.

  2. In the executed flow, check your outputs. Verify that the body matches the details from Postman.