POST/api/v1/integrations/sharepoint/connect🔒 Auth required
Connect a SharePoint library to a Pathnovo package (org admin only)
Request body
Model: ConnectLibraryRequest · Content-Type: application/json
ConnectLibraryRequest.json
{
"project_id": "UUID",
"package_id": "UUID",
"tenant_id": "str",
"client_id": "str",
"client_secret": "str",
"site_id": "str",
"drive_id": "str",
"library_name": "str"
}Responses
201ConnectedConnectionResponse
{
"id": "UUID",
"drive_id": "str",
"library_name": "str",
"subscription_id": "str | null",
"is_active": "bool"
}