Typical use
Input
GET https://api.example.com/users
Output
Shows the API response for checking parameters and server output.
메서드, 매개변수, 헤더, 본문, 응답 표시로 HTTP API를 디버깅합니다.
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.