Overview
A source is a configured data provider — Google Sheets, HubSpot, Shopify, Xero, etc. — owned by your account. Each source can be referenced by multiple connections (delivery schedules) and is the entry point for fetching the latest pulse. The Sources endpoint returns the most recently updated sources for the authenticated account, including the provider, status, deep link to the dashboard, and a count of connections currently using it.Endpoint
GET /v1/sources — list sources
GET /v1/sources — list sources
Returns up to 10 of the most recently updated, non-archived sources for the account behind the API key.RequestSuccess — 200Source fields
Failure — 401
Results are capped at 10 sources, ordered by
updatedAt descending. If you need a complete inventory, contact support — pagination is on the roadmap.Status Values
Example: Filter by provider
The endpoint returns all sources — filter client-side byprovider if you only care about one integration:
Next Steps
Fetch the Latest Pulse
Pass any
id from this list to the Pulses endpoint to get the chart, short summary, and long AI analysis.
