How can identify API call vs User trigger from Webhook v2 (type general)

I have been reading few posts from the past months, there is something call change_source in the meta field which can verify webhook is triggered by API call or the regular user. However, I couldn’t find this meta field in the current v2 webhook. Is there any alternative way?

Hi @Michellehlcn
Were you able to have an answer for your post?
In V1, that field “change_source” can be “app” or “api” "see post "Guide for Webhooks. "

Actually I’m facing the same challenge, as we need to identify what triggered the event?

Thank you