## Sync connection **post** `/v3/connections/{provider}/import` Initiate a manual sync of connections ### Path Parameters - `provider: "notion" or "google-drive" or "onedrive" or 4 more` - `"notion"` - `"google-drive"` - `"onedrive"` - `"gmail"` - `"github"` - `"web-crawler"` - `"s3"` ### Body Parameters - `containerTags: optional array of string` Optional comma-separated list of container tags to filter connections by ### Example ```http curl https://api.supermemory.ai/v3/connections/$PROVIDER/import \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $SUPERMEMORY_API_KEY" \ -d '{ "containerTags": [ "user_123", "project_123" ] }' ```