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'.
The API is build using Flask.
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'.