Skip to content

feat: Remove callbacks entirely (planning#1850)

Fabian Sudau requested to merge feat/1850-remove-callbacks into main

We migrated from callbacks to webhooks in submission-API. We want to list webhooks only where the events are triggered and that is the submission API. They do not occur when you call any of these endpoints; the endpoints just allow you to configure the webhook urls.

Merge request reports