StatsHub Docs
Endpoint referenceTipster

/tipster/preview

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

GET
/api/v2/tipster/preview

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

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

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/tipster/preview"
{  "$schema": "https://example.com/schemas/TipsterPreviewListOKBody.json",  "previews": [    "string"  ]}