GET Request

GET {{baseUrl}}/get?test=<string>

The HTTP GET request method is meant to retrieve data from a server. The data is identified by a unique URI (Uniform Resource Identifier).

A GET request can pass parameters to the server using Query String Parameters. For example, in the following request,

http://example.com/hi/there?hand=wave

The parameter hand has the value wave.

This endpoint echoes the HTTP headers, request parameters and the complete URI requested.

Request Params

KeyDatatypeRequiredDescription
teststring