Skip to main content
Requires an API key with read_only or full_access scope. Returns the webhook details along with a paginated list of recent delivery logs.

Path parameters

string
required
The unique identifier of the webhook.

Query parameters

string
Pagination cursor for delivery logs. Omit for the first page.

Response

object
object[]
Recent delivery log entries, sorted newest first.
number
Number of delivery logs in the current page.
string | null
Cursor for the next page of logs. null when there are no more results.

Errors

404 Not Found - Webhook not found.