Notion / Productivity

Notion collaborative workspace API

Manage pages, blocks, data sources/databases, comments, file uploads, views, users, and search through the official versioned Notion API, with OAuth and async tasks. The complete boundary is the 49 endpoints in the official OpenAPI snapshot; workspace data is private user content, so Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.

Provider
Notion
Authentication
bearer / basic
Request previewThis endpoint is not available for interactive debugging
Task
Open selected endpoint

GET /v1/users/me

Get current connection identity

Returns the connection (bot or user) that owns the current access token; personal access tokens resolve to the user who created them.