WYNBOOKRESULT DESK
Checking service CONTRACT 2026-08-05
Held in this tab's memory only
DEMO DATA

Paste a results-scoped API key to see Wynbook's live and historical settlement data.

PER-MATCH SETTLEMENT

Select a match

Choose any live or completed match to see its Bookmaker, Mini Bookmaker, and complete Fancy market results.

INTEGRATION

Three endpoints. One clear workflow.

List live matches, open one match with every Fancy market, or consume the immutable result stream.

01LIVE INDEX

All matches happening now

GET /api/partner/v1/matches/live
02MATCH DETAIL

Every market and result

GET /api/partner/v1/matches/{eventId}
03RESULT STREAM

Immutable revisions

GET /api/partner/v1/results
API contract & operational notesOpen reference

Authentication

Send a results-scoped key as Authorization: Bearer wb_live_… or X-API-Key. Keep it server-side in production.

Fancy status

open accepts tickets, suspended remains visible without ticket acceptance, and completed carries resultValue.

Corrections

Result records are append-only. Upsert by resultId only when a higher revision arrives. retracted withdraws the previous declaration.

Efficient polling

Send If-None-Match with the prior ETag. An unchanged representation returns 304 Not Modified.

Errors

Validation and service errors use application/problem+json. A rate-limited request returns 429 with Retry-After.

History

Use ?includeHistory=true on /results for all revisions. Opaque cursors are bound to the original filters.