Hi,
I have an app that is installed via OAuth for 3rd party users. How do I tell what is their app id?
The rationale is that I'm using webhooks to listen to events for my 3rd party users, which I understand has an app_id within the payload. But I'm unable to map that app_id to which user that particular event is for as there doesn't seem to be anywhere else that provides that information upon OAuth?
Is there an API call that I can make to retrieve the app_id which an Access Token is tied to?
Thanks!