Retrieve a resource. No body. Safe & idempotent.Send request ⌘ Enter
Query string parameters appended to the URL (e.g. ?page=2&limit=10).HTTP headers sent with the request. Add Authorization here for authenticated endpoints.GET requests do not carry a body.
⌘ + Enter to send
KeyValue
Enter a URL above to get started
Response
Getting Started
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.
Bearer TokenHeaders tab
Authorization: Bearer <token>
Most common. Used by OAuth 2.0, JWTs, and the majority of REST APIs.
API KeyHeaders tab
X-API-Key: <your-key>
A static secret. Header name varies by API — check the docs.
Basic AuthHeaders tab
Authorization: Basic <base64(user:pass)>
Encode username:password as Base-64 and prefix with 'Basic '.
Keyboard shortcuts
Send request
⌘Enter
Move to next field
Tab
AI Assistant
Hi! I'm your API Playground assistant. Ask me anything about building requests, auth headers, or how to use the platform.