It would be nice to use webhook path to pass payload to the webhook for example:
/api/mypath/{deviceId}/data
Instead of
/api/mypath/data?deviceId={deviceId}