Sync connection
POST/v3/connections/{provider}/import
Initiate a manual sync of connections
Sync connection
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"
]
}'