I am working on Microsoft Partner Center api and have to perform a customer lookup based on location and name. It's like when you create an outbound deal, and first step is to select a customer. Using dev tool, I found that MS itself uses an api to perform a lookup and sens all the filter parameters in request body.
https://api.partnerreferrals.microsoft.com/referrals/webapiv1/v3/customerprofiles/lookup
But sadly, I didn't fiund anything related to that api for public use, maybe they are using it internally only. Does anyone know anything about this api.
I found another api to get customers list, but it only filter by name, no filter for location. And I am getting invalid grant error on calling this api using client credentials authentication
https://api.partnercenter.microsoft.com/v1/customers?size=25