APIEndpoint referenceWatchlist

/watchlist/prop

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

GET
/api/v2/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.

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/watchlist/prop"
{  "$schema": "https://example.com/schemas/WatchlistPropListOKBody.json",  "data": [    "string"  ]}