I am looking into populating our CRM for one of our apps to be used in conjunction with our support channel.
We previously used the marketplace webhook to do this, but there was a problem at one point and we’ve missed many webhooks.
From there, I looked into the marketplace APIs like the app_installs API to fill in the gaps. But these APIs do not contain the customer’s slug. Only the account IDs.
When a customer contacts us, they don’t know or have their account ID on hand. What they have is their slug.
Is there something I missed? Is there a way to get a slug from an ID (another API?). Am I blind, is it undocumented or is it simply missing?