Command Palette
Search for a command to run

List deliveries

Retrieve the delivery history for a webhook

GET
/auth/v1/seed/webhooks/{id}/deliveries

Path parameters

id type: string (required)
The webhook ID.

Query parameters

page type: integer
Page number for pagination.
default: 1
per_page type: integer
Number of results per page. Maximum `100`.
default: 20