StatsHub Docs
APIEndpoint referenceTipster

/tipster/preview

The caller's own drafts and published previews, newest first.

GET
/api/tipster/preview

The caller's own drafts and published previews, newest first.

Scoped to the caller: a tipster sees only what they wrote.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/tipster/preview"
{  "previews": [    "string"  ]}