API REFERENCE
Get a connection
Return one connection with its sync status, item counts, and retained revision count.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Path parameters
connection_idstringrequiredGET
/memuron/connectors/{connection_id}curl https://api.memuron.com/memuron/connectors/{connection_id}200 OK
{
"id": "…",
"provider": "google-drive",
"status": "active",
"account_email": "person@example.com",
"space_token": "space.work",
"document_limit": 3000,
"revisions_retained": 1
}