Entitätsüberblick
Webhook
Webhook-Endpunkte registrieren, um Benachrichtigungen zu erhalten, wenn sich Flowtly-Daten ändern, mit Zustellungsprotokollen zum Debugging.
Endpoints
https://api.flowtly.eu/webhooks
Webhooks auflisten
Ruft die Sammlung von WebhookLog Ressourcen ab.
https://api.flowtly.eu/webhooks
Webhook erstellen
Erstellt eine Webhook Ressource.
https://api.flowtly.eu/webhooks/e_invoice/incoming_cost
incoming_cost erstellen
Webhook für eingehende Kostenrechnung
https://api.flowtly.eu/webhooks/e_invoice/status
Status erstellen
Erstellt eine Webhook Ressource.
https://api.flowtly.eu/webhooks/stripe
Stripe erstellen
Erstellt eine Webhook Ressource.
https://api.flowtly.eu/webhooks/{id}
Webhook nach ID abrufen
Eine einzelne Ressource mittels ihres Identifikators abrufen.
https://api.flowtly.eu/webhooks/{id}
Webhook löschen
Die Ressource entfernen.
https://api.flowtly.eu/webhooks/{id}
Webhook aktualisieren
Ressourcenfelder mittels JSON Merge Patch aktualisieren.
https://api.flowtly.eu/webhook-logs
Webhooks auflisten
Ruft die Sammlung von WebhookLog Ressourcen ab.
https://api.flowtly.eu/webhook-logs/{id}
Webhook nach ID abrufen
Eine einzelne Ressource mittels ihres Identifikators abrufen.
Anwendungsfälle
Schemafelder
WebhookLog-webhook_log.read| Feld | Typ | Beschreibung |
|---|---|---|
id |
string | Feld 'id'. |
url |
string | URL-Feld. |
event |
string | Feld 'event'. |
statusCode |
integer | null | statusCode-Feld. |
responseTime |
integer | responseTime-Feld. |
response |
string | Antwortfeld. |