Deskhero Developer Hub
Back to deskhero.com
Webhooks

Deliveries

Returns the webhook's most recent delivery attempts (up to 50, newest first) with status code, duration and a truncated error snippet; the log is kept for 30 days.

GET /api/{tenant:minlength(2)}/v{version:apiVersion}/webhooks/{id}/deliveries
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_webhook_delivery[]
Wrapper
DTO_response_wrap
Other statuses
401 (Unauthorized), 403 (Forbidden), 404 (NotFound), 429 (TooManyRequests)
Response body example
DTO_webhook_delivery
NameTypeReadOnlyDescription
event_typeStringEvent type
urlStringUrl
attempt_numberInt321 = first send, 2-3 = automatic retries
http_status_codeInt32 (nullable)Null when the request never completed (timeout, connection error, rejected URL)
okBooleanOk
errorStringError
duration_msInt64Duration ms
createdDateTimeCreated

Generated Aug 31, 2026 16:21