REST API GET Call Example

Learn about the REST API Get Call

Last published at: July 30th, 2024

In this example, we use POSTMAN to make a GET call to the FlowWright REST API.  This call does not require authentication.  You can use this call to test the API and ensure it's 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 REST API call is shown with the following information:

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