REST API GET Call Example

Last published at: November 30th, 2023

In this example we are using POSTMAN to make a GET call to the FlowWright REST API.  This call is does not require authentication.  You can use this call to test the API to make sure its accessible and functional.

The following is configured to make this call:

  • Http method is set to GET
  • URL to the REST API call
  • No payload required

Click the “Send” button to send the request to the server, the result from the RESTAPI call is shown with the following information:

  • returned result - FlowWright
  • Status - 200 OK
  • Time - 7 ms
  • Size - 685 bytes