Hello,
I want to use the Hub API from Dynamics 365 for Customer Insights (docs.microsoft.com/.../apiquickref)
I'm trying to test it via Http requests within Postman. The problem is that I don't know how to generate a SAS token.
In Azure, Customer Insights gives me a policy name with a primary key. I've tried to generate a SAS token following this docs.microsoft.com/.../generate-sas-token, but no success.
Postman returns me the following error:
{"errors":[{"errorCode":"ResourceUrlMismatch","message":"Resource url being accessed is outside than what token allows"}]}
Thank you for your help.
*This post is locked for comments