Skip to main content
GET
Delivery history for an endpoint

Authorizations

Authorization
string
header
required

Partner API key: Authorization: Bearer whk_…. Keys are issued by the Whistle team (email tommy@huddleup-sports.com), shown once at issuance, and bound to your source namespace — they access only your leagues (plus explicit grants) and your webhook endpoints. Any auth failure returns 401 {"error":"unauthorized"}; the API never returns 403 — out-of-scope resources answer 404 exactly like nonexistent ones.

Path Parameters

webhookId
string
required

Webhook endpoint id.

Query Parameters

limit
integer
default:50

Default 50, max 200.

Required range: 1 <= x <= 200

Response

Array of deliveries

data
object[]
Last modified on July 13, 2026