Skip to content

Echo a Request


Returns the Request as the Server received it.

Any Method /api/tools/echo
Terminal window
https://api.cookie-api.com/api/tools/echo

curl --location 'https://api.cookie-api.com/api/tools/echo' \
--header 'Authorization: API_Key'
Responses
{
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {},
"json": null,
"method": "GET"
}