Skip to content

Instantly share code, notes, and snippets.

@birdyLinch
Created March 10, 2026 05:16
Show Gist options
  • Select an option

  • Save birdyLinch/affd44b54711a7ab64a600c5c99d6c90 to your computer and use it in GitHub Desktop.

Select an option

Save birdyLinch/affd44b54711a7ab64a600c5c99d6c90 to your computer and use it in GitHub Desktop.
notion api
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
max-width: 720px; margin: 60px auto; padding: 0 24px;
color: #333; line-height: 1.7; }
h1 { font-size: 1.8rem; margin-bottom: 4px; }
h2 { font-size: 1.1rem; margin-top: 32px; }
p, li { font-size: 0.97rem; }
.updated { color: #888; font-size: 0.85rem; margin-bottom: 32px; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="updated">Last updated: March 10, 2026</p>
<p>This Privacy Policy describes how we collect, use, and handle your information when you use our integration with Notion.</p>
<h2>1. Information We Collect</h2>
<p>We only access the Notion data you explicitly authorize, such as pages and databases you grant permission to. We do not collect personal information beyond what is necessary to provide the service.</p>
<h2>2. How We Use Your Information</h2>
<p>Information accessed through the Notion API is used solely to provide the features of this integration. We do not sell, share, or use your data for advertising purposes.</p>
<h2>3. Data Storage</h2>
<p>We do not persistently store your Notion content on our servers. Any data processed is used in real time and is not retained after your session ends.</p>
<h2>4. Third-Party Services</h2>
<p>This integration connects to the Notion API. Please review <a href="https://www.notion.so/privacy">Notion's Privacy Policy</a> for details on how Notion handles your data.</p>
<h2>5. Security</h2>
<p>We take reasonable measures to protect the information you share with us. Access tokens are stored securely and never exposed to third parties.</p>
<h2>6. Your Rights</h2>
<p>You can revoke access to this integration at any time from your Notion workspace settings under <em>Settings → Connections</em>.</p>
<h2>7. Contact</h2>
<p>If you have any questions about this Privacy Policy, please contact: <a href="mailto:will.c.lynch@gmail.com">will.c.lynch@gmail.com</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment