List the file-connector catalog
GEThttps://platform.docana.com/api/v1/connectors/
The connectable file providers (Google Drive, Dropbox, OneDrive, SharePoint, Box) with per-caller connect requirements: whether one-click connect works (hasPlatformApp), whether the caller already saved an own OAuth app (hasOwnApp), and where to run the browser OAuth flow (connectUrl). Creating a connection always takes that browser step; afterwards the connection shows up in GET /api/v1/repository-connections/.
Responses
- 200
- 401
- 403
- 500
The connector catalog
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.