cURL
apiDefinition
{ "logs": "{\"level\":\"warning\",\"msg\":\"Legacy path detected! Upgrade to extended....", "message": "ok", "response": "====== Request ======\nGET / HTTP/1.1\r\nHost: httpbin.org\r\n\r\n\n====== Response..." }
Used to test API definition by sending sample request and analysing output of both response and logs.
Api key
Show child attributes
Success tracing request.
"{\"level\":\"warning\",\"msg\":\"Legacy path detected! Upgrade to extended...."
"ok"
"====== Request ======\nGET / HTTP/1.1\r\nHost: httpbin.org\r\n\r\n\n====== Response..."
Was this page helpful?