webhooks:read.
Delivery logs are useful for debugging:
- Whether Brale attempted delivery
- What HTTP status your endpoint returned
- Whether a delivery was retried
- Failure messages
- Attempt numbers
Path parameters
| Name | Type | Description |
|---|---|---|
account_id | string | The Brale account whose delivery attempts you want to list. |
Query parameters
| Name | Type | Description |
|---|---|---|
page[size] | integer | Page size. |
page[after] | string | Cursor for the next page. |
page[before] | string | Cursor for the previous page. |
page[after] and page[before].