API Explorer

Test and debug endpoints in real-time within the isolated sandbox environment.

Method / Endpoint

GET

List all stocks

X-API-Key

Manage Keys
keyguest_preview_access

Query Parameters

New Key=Value
curl -X GET "https://stocks-dashboard-backend.vercel.app/api/stocks" -H "X-API-Key: guest_preview_access" -H "Accept: application/json"
terminal

Response Output

No response yet
{
  "message": "Pick endpoint and hit Send Request",
  "hint": "This screen is wired to the same proxy as /test-keys."
}