Skip to content

GET   /echo

Echo test (GET)

Returns the query parameters sent in the request for testing purposes

Authentication Required

Authorization: Bearer {token}   header string

This header is required to access this endpoint

Optional Parameters

Click here to view an exhaustive list of all available parameters
message   query string

Message to echo back

Try it out

Loading...

Output:

Responses

Description

Echo response

{
"method": "GET",
"query": {},
"timestamp": "string"
}

Route Source Code

Check out the source code for this route entrypoint here: /echo/route.ts

Or the swagger.yaml spec this documentation was generated from: /echo/swagger.yaml