List connected sources
Connectors
List connected sources
List the end user’s connected data sources and their sync status.
Poll this after sending a user to a connect link: completed OAuth
consent is detected on this call, and first detection also starts the
initial import (status syncing).
GET
List connected sources
Authorizations
A scoped Integration key, prefixed cint_. Send as
Authorization: Bearer cint_... on every request. Server-side only.
Legacy personal cmem_... keys remain accepted during migration;
team/org-scoped cmem_... keys are not valid on this API.
Query Parameters
Your stable internal user ID. No colon allowed.
Required string length:
1 - 128Pattern:
^[A-Za-z0-9@._-]{1,128}$Example:
"u_123"
Response
The end user's connectors (possibly empty).