Skip to content
Snippets Groups Projects

Subscriber-Callbacks

Merged Marco Holz requested to merge mr-webhook-security into main
Files
25
+ 14
0
'https://example.org/callback':
post:
summary: Callback für neue Events im Event Log
description: >
Bei neuen Events im Event Log wird ein Zustellpunkt mit Hilfe dieses Callbacks benachrichtigt. Voraussetzung ist die vorherige Konfiguration der [Callback-URL](https://docs.fitko.de/fit-connect/getting-started/receiving/query#callback).
requestBody:
required: true
content:
application/json:
schema:
$ref: '../schemas/callback-new-events.yaml'
responses:
'200':
description: OK
Loading