Using notion-sdk-net with notion.com

C# integration

✓ Official SDK
Install
dotnet add package notion-sdk-net
Retrieve comments
curl \
  https://api.notion.com/v1/comments
Retrieve a Page
curl \
  https://api.notion.com/v1/pages/{id}
Retrieve a user
curl \
  https://api.notion.com/v1/users/{id}
SDK on GitHub 📄 API Docs
SDK
notion-sdk-net
C#
API
notion.com
notion.com
At a glance
Language C#
Endpoints13
Base URLhttps://api.notion.com
✓ Official