StatsHub Docs
APIEndpoint referenceWatchlist

/watchlist/prop

The caller's saved props, each expanded back into the full screener row the UI renders.

GET
/api/watchlist/prop

The caller's saved props, each expanded back into the full screener row the UI renders.

Cache headers are deliberately hostile — this is per-user data and a shared cache holding it would serve one account's watchlist to another.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/watchlist/prop"
{  "data": [    "string"  ]}