Webhooks

Get Webhook Deliveries

Get recent delivery attempts for a specific webhook. Requires API key with webhook:read.

get/v1/webhooks/{webhookId}/deliveries

Path parameters

webhookIdstring required

Webhook ID (MongoDB ObjectId)

Query parameters

limitinteger

Maximum number of deliveries to return (max 100)

Response

Webhook deliveries

successboolean required
errorstring nullable

Changes

No recorded changes to this endpoint across all 7 revisions of this API.