Microsoft SharePoint
Microsoft platform for document management, team collaboration, and intranet sites.
https://graph.microsoft.com
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Microsoft SharePoint account the connection is authenticated as.
files
Retrieve a list of files from SharePoint.
Unified API Endpoints
/me
Retrieve the Microsoft SharePoint account this connection is authenticated as.
/drive/files
Retrieve a list of files from the root SharePoint site's default document library.
