Hi - I am currently trying to test the Power BI embedded API. I have create a workspace collection on Azure. I am using this resource to assist me.
https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-iframe
Unfortunately, I am unable to get POSTMAN to get HTTP Requests to work. I am using this bit to build a postman post request.
POST https://api.powerbi.com/v1.0/collections/mypbiapp/workspaces Authorization: AppKey MpaUgrTv5e...
I have entered the URL (with my workspace collection name) into the URL bar, selected POST and then entered 'authorization' as a header name with AppKey [my app key] as the value. I get a 403 returned. Any idea on where I am going wrong?