Internal Integration
as shown below.Internal Integration Token
and keep it somewhere safe.Open as page
, and then share the page with the integration, as shown in step 2 here. Share the main page containing the two tables with the integration as well.Database ID
of the two tables we have. That's the string indicated below.Internal Integration Token
of your Notion integration.Retrieve
and Query
.GET
request and returns all the data stored in the table.POST
request, as additional information needs to be sent in the request body. Feel free to explore all the options available in the Notion API reference.Podcasts
table via a Retrieve
request. In order to do that, create a new GET
request and use the following URL, with the Database ID
for that table.POST
request. In this case, we want to get all the records of that table, sorted by the Importance field.