Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Suppose we wish to make a GET request to the endpoint url : https://reqres.in/api/users?page=2

We will enter the url https://reqres.in/api/users ( value before “?” ) in the URL field & pass the query string value page=2 under “Query Parameters” tab.

...