Build a request on the left, hit Send, and the response appears here. Try one of the examples below to see it in action.
Try a sample request
How to authenticate
Credentials go in the Headers tab. Click Headers → How to authenticate for one-click insert.
Authorization: Bearer <token>Most common. Used by OAuth 2.0, JWTs, and the majority of REST APIs.
X-API-Key: <your-key>A static secret. Header name varies by API — check the docs.
Authorization: Basic <base64(user:pass)>Encode username:password as Base-64 and prefix with 'Basic '.
Keyboard shortcuts