SharePoint integrations ingest libraries and documents into your workspace. Enable SharePoint at the instance level first—see the operator guide: SharePoint integration setup. If OAuth is required, use the login endpoints in OpenID & OAuth.Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Basic request and response
Fetch integration configuration withGET /api/v1/app/integration/sharepoint/{integrationId}/config.
Example response
Example response
Start an ingest sync
Example response
Example response
Errors and edge cases
- 403: integration not enabled or missing permissions.
- 404: integration ID not found.