v1

latestOpenAPI 3.1.02026-07-223261135.0 KB
webhooks

List Deliveries

List webhook deliveries for the caller's team, newest first.

Role-scoped: admin / owner sees every delivery in the team; member sees only deliveries triggered by keys they created (rows whose api_key_id was set to NULL after the key was deleted stay admin-only).

get/webhook_deliveries

Query parameters

api_key_idstring nullable
event_typestring nullable
status'pending' | 'succeeded' | 'failed' nullable
fromstring date-time nullable
tostring date-time nullable
limitinteger
cursorstring nullable

Headers

Moda-Version'2026-04-12' | '2026-05-01'
Example:2026-05-01

Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.

Response

Successful Response

next_cursorstring nullable

Opaque cursor to pass as ?cursor= on the next request. null means you've reached the end of the collection.