v51

latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KB
Debug

Test a Tyk Classic or Tyk OAS API definition.

Used to test API definition by sending sample request and analysing output of both response and logs.

post/tyk/debug

Request body

OR

Response

Success tracing request.

logsstring
messagestring
responsestring

Example response

{
  "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..."
}