Notion Databases

Manage Notion databases with CRUD operations and advanced querying

Integration Operations & Process Management Free ⭐ Featured ✓ Official

Requirements

Comprehensive API for managing structured data in Notion workspaces. Supports database CRUD operations, advanced filtering, sorting, pagination, and page/entry management. Works with both internal (Bearer token) and public (OAuth2) integrations.

Includes:

    1. POST /v1/search - Search workspace for databases and pages
    2. POST /v1/databases - Create new databases
    3. GET /v1/databases/{databaseId} - Retrieve database metadata
    4. PATCH /v1/databases/{databaseId} - Update database configuration
    5. POST /v1/databases/{databaseId}/query - Query with filtering and sorting
    6. POST /v1/pages - Create database entries
    7. GET /v1/pages/{pageId} - Retrieve page content
    8. PATCH /v1/pages/{pageId} - Update page properties