I am trying to embedd my power bi report in wordpress site using "Power BI Embedded".
I am using Azure free account on which I have created the workspace collection, workspace and also imported the report into the workspace.
Now I need to put PHP code in my website for embedding the report before that I need to get "report id", so for that I am using the API request "Get https://api.powerbi.com/v1.0/collections/[CollectionName]/workspaces/7[workspaceID]/reports".
I am running this request in "Postman" Chrome app to get the http response but it is giving "403 forbidden" error.
Please help.