memμrondocs
Console
API REFERENCE

Sync a connection

Queue an immediate sync. Returns a job id to poll; unchanged files are skipped without being downloaded.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Path parameters

connection_idstringrequired

Returns 409 while the connection is still pending_selection — finish the picker first.
POST/memuron/connectors/{connection_id}/sync
curl -X POST https://api.memuron.com/memuron/connectors/{connection_id}/sync \
  -H "Content-Type: application/json"
200 OK
{
  "status": "queued",
  "connection_id": "…",
  "job_id": "…"
}