Follow the instructions below to get started with Notion V2.
Getting started
Before you begin, you must do a few things:
- Create a database if you don’t already have one.
- Create your integration API token.
- Set your permissions correctly on your Notion application settings.
- Share your permissions with the pages you want to retrieve/update/create data on.
Creating your API token
-
Head to https://www.notion.so/my-integrations
-
Create a new integration (if you don’t already have one)
-
Fill out the information regarding your application and click submit.
- Make sure to check the permissions you want the API to be able to use
- Choose no account authentication

-
Copy the “integrated token” that they provide for you.
- You can always get this token if you go to your App Settings > Integrations
-
Add the integration to your Database’s permissions.

- Add your secret token to the plugin “API Token” field.
<aside>
⚠️ Make sure to add “Bearer” in front of your token, otherwise you will get a 400 error.
</aside>
