API Tester
{{ reqName }}
Saved locally Saving… Save failed localStorage {{ fmtDate(cfg.meta.savedAt) }}
{{ reqName }}
{{ displayUrl }} click to copy

Query string parameters appended to the URL.

Type Key Value
Header Name
Value
Token

Sent as: Authorization: Bearer <token>

Username
Password

No authentication headers will be sent.

Custom HTTP headers sent with the request.

Header Value

No body will be sent.

Type Key Value
Connection Error
Enter a URL and click Send
Keyboard: Ctrl+Enter or ⌘+Enter
Sending request…
Request Failed
{{ res.error }}

Check that the server is running and CORS is configured. Make sure APP_URL and the server port are correct.


                    
{{ res.body }}
{{ k }} {{ v }}
No preview available
Save Request to Collection
User Guideline
Collections

Collections group related requests together.

  • Click "+ New Collection" to create a new collection
  • Click "Import" to import a Postman collection file
  • Click the download icon on a collection to export it
  • Click the trash icon on a collection to delete it
Requests

Each request represents an API call.

  • Click "+ Add Request" under a collection to add a new request
  • Click the trash icon on a request to remove it
  • Click a request to load and edit it
URL & Method
  • Select HTTP method (GET, POST, PUT, DELETE, etc.) from the dropdown
  • Enter the request URL in the input field
  • Use {{variableName}} syntax for environment variables
  • Click Send or press Ctrl+Enter to execute the request
Params & Headers
  • Params: Query string parameters appended to the URL
  • Headers: Custom HTTP headers sent with the request
  • Type: Select Text, Number, or File for each parameter
  • Check/uncheck parameters to enable or disable them
Authentication
  • API Key: Add custom header with API key
  • Bearer Token: Add Authorization: Bearer header
  • Basic Auth: Add Authorization: Basic header
Body
  • JSON: Send JSON body with syntax highlighting
  • Form Data: Send key-value pairs (supports file upload)
  • Raw: Send raw text body
Environments

Environment variables let you switch between different API endpoints.

  • Switch environment using the dropdown in the header
  • Click "Env" tab in sidebar to manage variables
  • Use {{baseUrl}} in URLs to use variables
Response
  • Pretty: Formatted JSON with syntax highlighting
  • Raw: Raw response body
  • Preview: HTML preview for HTML responses
  • Headers: Response headers
  • Click cURL, AJAX, or PHP to copy code snippets
Keyboard Shortcuts
  • Ctrl+Enter / Cmd+Enter: Send request
  • Ctrl+S / Cmd+S: Save request