Entity overview
Webhook
Register webhook endpoints to receive notifications when Flowtly data changes, with delivery logs for debugging.
Endpoints
https://api.flowtly.eu/webhooks
List webhooks
Retrieves the collection of WebhookLog resources.
https://api.flowtly.eu/webhooks
Create webhook
Creates a Webhook resource.
https://api.flowtly.eu/webhooks/e_invoice/incoming_cost
Create incoming_cost
Incoming cost invoice webhook
https://api.flowtly.eu/webhooks/e_invoice/status
Create status
Creates a Webhook resource.
https://api.flowtly.eu/webhooks/stripe
Create stripe
Creates a Webhook resource.
https://api.flowtly.eu/webhooks/{id}
Get webhook by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/webhooks/{id}
Delete webhook
Remove the resource.
https://api.flowtly.eu/webhooks/{id}
Update webhook
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/webhook-logs
List webhooks
Retrieves the collection of WebhookLog resources.
https://api.flowtly.eu/webhook-logs/{id}
Get webhook by ID
Retrieve a single resource by its identifier.
Use cases
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. |