Hello, I am interested in setting a webhook to receive events when a particular actor run has succeeded. However, I want to be able to secure my endpoint to ensure that only Apify can invoke it.
I found an earlier post from June suggesting that this isn't possible but the Apify documentation suggests otherwise:
https://discord.com/channels/801163717915574323/1115873908046966864The documentation says to do the following:
https://docs.apify.com/platform/integrations/webhooks/actionsFor safety reasons, the webhook URL should contain a secret token to ensure only Apify can invoke it.
However, I am unsure of what this means. Does anyone have any advice? For additional context, I am using AWS API Gateway.