Retrieve a resource. No body. Safe & idempotent.Send request ⌘ Enter
Query string parameters appended to the URL (e.g. ?page=2&limit=10).Configure authentication — API Key, Bearer Token, or Basic Auth.HTTP headers sent with the request.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
Open the Auth tab to pick a mode and fill in the fields — headers and encoding are handled automatically.
Bearer TokenAuth tab
Authorization: Bearer <token>
Most common. Used by OAuth 2.0, JWTs, and the majority of REST APIs.
API KeyAuth tab
X-API-Key: <your-key>
A static secret. Sent as a header or query param — pick in the Auth tab.
Basic AuthAuth tab
Authorization: Basic <base64(user:pass)>
Enter username and password — Base-64 encoding is handled for you.
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.