Agency
List Webhook Deliveries
Lists recent delivery attempts for a webhook endpoint
GET
Available on agency plans. The API token must belong to the agency owner.
Returns the delivery log for one endpoint, newest first. Deliveries are kept for 30 days.
A delivery with
Path Parameters
Query Parameters
Headers
Response
Standard Laravel pagination envelope. Each delivery shows the payload that was sent, the last response status, the attempt count, and when it was delivered.- 200 Success
delivered_at: null and a last_error is still retrying, unless the error ends with (retries exhausted) or (not sent), which is terminal.Last modified on August 18, 2026