API REFERENCE
Save selection
Save the files and folders the user picked, activate the connection, and queue the first sync.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Path parameters
connection_idstringrequiredBody parameters
itemsobject[]requiredPosting an empty items array leaves the connection in pending_selection and queues nothing.
POST
/memuron/connectors/{connection_id}/selectioncurl -X POST https://api.memuron.com/memuron/connectors/{connection_id}/selection \
-H "Content-Type: application/json"200 OK
{
"status": "queued",
"connection_id": "…",
"job_id": "…",
"message": null
}