Development tools
API Request Tester
Send HTTP requests with custom headers, body and auth — then inspect the full response: status code, headers and body.
GET/POST/PUT/DELETE/PATCH
Custom headers
JSON body
Basic & Bearer auth
Response inspector
No CORS limits
Free · No credit card · 50 credits/day
HTTP methods reference
| Method | Purpose | Idempotent | Has body |
|---|---|---|---|
| GET | Retrieve a resource | Yes | No |
| POST | Create a new resource | No | Yes |
| PUT | Replace a resource entirely | Yes | Yes |
| PATCH | Partially update a resource | No | Yes |
| DELETE | Remove a resource | Yes | Optional |
| HEAD | Like GET but returns headers only | Yes | No |
| OPTIONS | Discover supported methods (CORS) | Yes | No |
Frequently asked questions
Related dev tools
More tools for inspecting and debugging APIs.
Test your API right now
Free account. 50 credits per day. Access to 75+ tools instantly.
Create free account →