v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-253903.6 MB
Connections

Sync connection

Initiate a manual sync of connections

post/v3/connections/{provider}/import

Path parameters

provider'notion' | 'google-drive' | 'onedrive' | 'gmail' | 'github' | 'web-crawler' | 's3' required

Request body

containerTagsstring[]

Optional comma-separated list of container tags to filter connections by

Example request

{
  "containerTags": [
    "user_123",
    "project_123"
  ]
}

Response

Importing connections...