Webhooks & audit

Webhooks and audit logs — react to events and track changes.

Webhook

Endpoints

POST/internal/signatures/send-email
POST/internal/signatures/webhook
GET/webhooks
POST/webhooks
GET/webhooks/{id}
PATCH/webhooks/{id}
DELETE/webhooks/{id}
POST/webhooks/e_invoice/incoming_cost
POST/webhooks/e_invoice/status
POST/webhooks/stripe

Schema fields

FieldType
idstring
urlstring
activeboolean
eventsarray
createdAtstring (date-time)
updatedAtstring (date-time)

Audit Log

Endpoints

GET/audit-logs
GET/audit-logs/{id}

Schema fields

FieldType
idstring
actionstring
executorEmployeemixed
relatedEmployeemixed
relationIdstring
relationNamestring
metadataarray
createdAtstring (date-time)

Webhook Log

Endpoints

GET/webhook-logs
GET/webhook-logs/{id}

Schema fields

FieldType
idstring
urlstring
eventstring
statusCodeintegernull
responseTimeinteger
responsestring