APIEndpoint referenceWatchlist
/watchlist/prop
AuthorizationBearer <token>
Supabase access token.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/watchlist/prop" \ -H "Content-Type: application/json" \ -d '{ "screenerId": 0 }'{ "message": "string"}/watchlist/prop GET
The caller's saved props, each expanded back into the full screener row the UI renders.
/watchlist/prop DELETE
Removing something that was never on the watchlist is a 200, not a 404: the original does not check the affected row count, and the caller's intent — the prop is not on the list — holds either way.