Echo API
stringstring · required stringstringnull
Echo a GET request
GET
https://forest-river-demo-main-fb06bf1.zuplo.app
/path-1
Returns the full details of the incoming GET request as JSON — headers, query parameters, URL, and method.
query Parameters
anyAny query parameters are echoed back in the response
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Echo a GET request › Responses
Echo response
Full echo of the incoming request
methodHTTP method of the request
urlFull URL of the request
object
All request headers as key-value pairs
object
Query string parameters as key-value pairs
bodyRequest body — null for GET requests

