Hello, I have an app that interacts with multiple Pipedrive accounts.
App currently creates webhooks for each account and listens to the changes from it.
When changes are being made from the desktop app, webhooks requests includes the account name in the domain, eg “accountname.pipedrive.com”. I use this to differentiate between which account should receive the updates.
But when changes are made in mobile app, domain name says “app.pipedrive.com” and it never mentions from which account it originated. It has the account id though.
Is there a way to pull the account id and/or name from the API?