Skip to content
Snippets Groups Projects
new-events.yaml 732 B
Newer Older
'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/docs/details/callbacks).
    operationId: callback-new-events
    parameters:
      - $ref: '../headers/hmac-cb-authentication.yaml'
      - $ref: '../headers/hmac-cb-timestamp.yaml'
    requestBody:
      required: true
      content:
        application/json:
          schema:
            $ref: '../schemas/callbacks/callback-new-events.yaml'
    responses:
      '200':
        description: OK