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
- Endpoints
- 49
- Schemas
- 523
- Live calls
- Unavailable
- SDK
- v0.1.1
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.