v4

latestOpenAPI 3.1.02026-08-01139149645.9 KB
Webhooks

Get Webhook Log Detail

Get the full request/response detail for a single webhook delivery attempt.

get/api/v1/webhooks/logs/{log_id}

Path parameters

log_idstring uuid required

Response

Successful Response

idstring uuid required

Unique identifier of the delivery attempt.

connector_idstring uuid required

Connector this delivery was triggered for.

method'GET' | 'POST' | 'PUT' | 'DELETE'
urlstring required

URL the webhook was delivered to.

response_codeinteger nullable

HTTP status code returned by the receiving endpoint.

created_atstring date-time nullable
integration_namestring nullable

Integration of the connector that triggered this delivery.

end_user_namestring nullable

End user of the connector that triggered this delivery.

origin_idstring nullable

Origin ID of the end user associated with the connector.

webhook_action'connector_synced' | 'connector_sync_started' | 'connector_data_modified' | 'employee_data_changed' | 'connector_sync_error'
webhook_namestring nullable

Name of the webhook.

requestobject[]

Request sent to the webhook url.

responseobject[]

Response received from the webhook url.