Get Webhook Log Detail
Retrieve one delivery attempt in full, including the request Bindbee sent and the response your endpoint returned.
request and response. That makes this the only way to see what your endpoint actually replied with on a failed delivery, rather than just its status code.
Take the log_id from List Webhook Logs.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Unique identifier of the delivery attempt.
Connector this delivery was triggered for.
URL the webhook was delivered to.
HTTP method used to deliver the webhook.
GET, POST, PUT, DELETE HTTP status code returned by the receiving endpoint.
Integration of the connector that triggered this delivery.
End user of the connector that triggered this delivery.
Origin ID of the end user associated with the connector.
Event that triggered this delivery.
connector_synced, connector_sync_started, connector_data_modified, employee_data_changed, connector_sync_error Name of the webhook.
Request sent to the webhook url.
Response received from the webhook url.