1

I'm trying to connect the Notion API to Power BI using the web connector in Power BI. Here is a screenshot of the setup and the error that I'm getting..

enter image description here enter image description here

Does anyone have any idea why this is happening?

Zach H
  • 130
  • 1
  • 14

2 Answers2

1

You might need to add the version header: https://developers.notion.com/reference/versioning

Jonas Scholz
  • 485
  • 5
  • 15
1

Besides informing Authorization, Notion-version, you might need to add

#"Content-Type" = application/json

In addition, it seems you're querying a database. Therefore, you'll follow this official link. For more info, check my own post about it.