Skip to main content
GET
cURL
Lists recent delivery attempts for one webhook destination owned by the authenticated API-key user, newest first.
The endpoint uses opaque cursor pagination. A webhook not owned by the caller returns the same 404 as an unknown ID. Delivery rows omit the request body and signing secret.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Insider subscription and return live data.

Path Parameters

id
integer<int64>
required

Webhook endpoint id owned by the authenticated API key user.

Query Parameters

cursor
string

Opaque pagination cursor returned as next_cursor by a prior response. Omit to fetch the newest page.

limit
integer
default:50

Maximum delivery rows to return per page.

Required range: 1 <= x <= 100

Response

Webhook delivery log page

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
meta
object
required
next_cursor
string | null
total
integer | null