Typical use
Input
GET https://api.example.com/users
Output
Shows the API response for checking parameters and server output.
Debug HTTP APIs with methods, parameters, headers, body, and response display.
Debug APIs online with request method, parameters, headers, and body configuration.
// Response headers will appear here
Use this page to debug HTTP API requests. It focuses on request URL, method, parameters, headers, and body and produces status code, response headers, and response body.
GET https://api.example.com/users
Shows the API response for checking parameters and server output.
Avoid entering sensitive data. Features that need lookup, download, or server-side processing may send the required request data.