StatsHub Docs
APIEndpoint referenceTipster

/tipster/preview/{id}

Scoped to the author, so another tipster's draft is a 404 rather than a 403 — the existence of the draft is not disclosed.

GET
/api/tipster/preview/{id}

Scoped to the author, so another tipster's draft is a 404 rather than a 403 — the existence of the draft is not disclosed.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

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