I am trying to access programmatically to the report in the Partner Center where it lists all the crashes of the hardware devices.
When I access "manually" to the Partner Center I can find this report under Hardware -> Analyze -> Partner Analytics -> Reports -> IHV Reliability
I have tried to register an Azure AD application and then programmatically get a token for it using the tenant id, client id and the client secret. I tried this token with several resources, but none of them got me the report I needed.
Is the method correct? (The usage of an Azure AD application + getting a token + making HTTP request to get the data)
What permissions should I give to the application?
What is the resource I should ask a token for?
What is the URL I should access to get this report?
Can I also get cabs of these crashes? Either by download or by URL to download them