List syncable collections
List the collections a connected source exposes (a CRM’s contacts,
deals, …). Use the ids to scope collections on link or sync.
Discovery needs the live connection, so this returns 404 until the
end user connects the source; unscoped syncs cover every collection.
Collections excluded by the connector data policy (file binaries,
audit trails) are never listed.
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.
Path Parameters
Data-source type id. Any source-capable type in the connector catalog
(~200 sources — Gmail, Slack, HubSpot, Notion, Linear, Salesforce,
warehouses, …); enumerate them via GET /api/v1/connectors/catalog.
^[a-z0-9][a-z0-9_-]{0,63}$"hubspot"
Query Parameters
Your stable internal user ID. No colon allowed.
1 - 128^[A-Za-z0-9@._-]{1,128}$"u_123"
Response
The source's collections.