Ga naar inhoud

API

The API is build using Flask.

Authentication via middleware

All routes except for auth and webhook routes are protected via the auth middleware located in api/middleware.py. Some routes require that the user has the role 'Superadmin'.