GET/api/v1/connections?limit=10List connection summaries without credential material.
Required scope: connections:read
curl https://www.finkmesh.com/api/v1/connections?limit=10 \ -H "Authorization: Bearer $FINKMESH_TOKEN"
{
"data": [
{
"id": "conn_123",
"provider": "slack",
"name": "Sales Slack",
"status": "connected",
"lastCheckedAt": "2026-07-01T12:00:00.000Z"
}
],
"pagination": { "limit": 10, "hasMore": false, "nextCursor": null },
"requestId": "req_...",
"apiVersion": "2026-07-01"
}