Skip to content

Webhooks & audit – build on Flowtly

Use this curated snapshot of the Flowtly OpenAPI schema to plan integrations, automate workflows, and sync the data your teams rely on.

Documentation status

Last synced on 2026-04-03 18:31 (app version 2.0.0)

Only a subset of entities is made public. Run both sync commands to refresh this documentation when the Flowtly app ships new capabilities.

Webhooks & audit

Event subscriptions, webhook logs, and audit trail.

Entity overview

Webhook

Register webhook endpoints to receive notifications when Flowtly data changes, with delivery logs for debugging.

Endpoints

GET https://api.flowtly.eu/webhooks

List webhooks

Retrieves the collection of WebhookLog resources.

POST https://api.flowtly.eu/webhooks

Create webhook

Creates a Webhook resource.

POST https://api.flowtly.eu/webhooks/e_invoice/incoming_cost

Create incoming_cost

Incoming cost invoice webhook

POST https://api.flowtly.eu/webhooks/e_invoice/status

Create status

Creates a Webhook resource.

POST https://api.flowtly.eu/webhooks/stripe

Create stripe

Creates a Webhook resource.

GET https://api.flowtly.eu/webhooks/{id}

Get webhook by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/webhooks/{id}

Delete webhook

Remove the resource.

PATCH https://api.flowtly.eu/webhooks/{id}

Update webhook

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/webhook-logs

List webhooks

Retrieves the collection of WebhookLog resources.

GET https://api.flowtly.eu/webhook-logs/{id}

Get webhook by ID

Retrieve a single resource by its identifier.

Use cases

Subscribe to invoice status changes to trigger payment reminders.
Monitor webhook delivery logs to diagnose integration failures.

Schema fields

WebhookLog-webhook_log.read
Field Type Description
id string id field.
url string url field.
event string event field.
statusCode integer | null statusCode field.
responseTime integer responseTime field.
response string response field.

Entity overview

Audit log

Query the audit trail to track who changed what and when for compliance and security monitoring.

Endpoints

GET https://api.flowtly.eu/audit-logs

List audit logs

Retrieves the collection of AuditLog resources.

GET https://api.flowtly.eu/audit-logs/{id}

Get audit log by ID

Retrieve a single resource by its identifier.

Use cases

Feed audit events into your SIEM for security monitoring.
Generate compliance reports showing data access patterns.

Schema fields

AuditLog-audit_log.read_employee.preview
Field Type Description
id string id field.
action string action field.
executorEmployee object executorEmployee field.
relatedEmployee object relatedEmployee field.
relationId string relationId field.
relationName string relationName field.
metadata array metadata field.
createdAt string createdAt field.
Whatsapp