Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Currently we have an app where we subscribe to webhooks for users. We make the subscriptions with shop id and admin api access tokens(which we have).
The problem is hmac webhook verification requires api secret key instead of admin api access token and we dont have api secret key. Is it possible to get api secret key with install app button ? so I can use it for verifying webhooks.