Home / Formulas / Notion

Notion

notion

Authenticate with Notion using OAuth authorization code flow. Access pages, databases, and workspace content.

🔐 Authentication Methods

oauth
OAuth
authorize: https://api.notion.com/v1/oauth/authorize
token: https://api.notion.com/v1/oauth/token
Scope: authorization_code
  • Click 'New integration' or 'Develop or manage integrations'
  • Name your integration and select capabilities
  • Copy the Client ID and Client Secret
  • Add the integration to your pages/databases

👤 Identity

Workspace: The workspace name or leave empty for personal

🌐 APIs

rest
Base URL: https://api.notion.com/v1
Auth Header: Authorization: Bearer {token}
Spec Type: openapi
Methods: oauth

📦 Public Clients

These clients are bundled with the formula. Schlussel auto-selects the first available public client and its supported method. Just run the command below.

notion-mobile
Client ID: YOUR_CLIENT_ID
Methods: oauth
$ schlussel run notion
← Back to all formulas