Can providers connect without the widget?
The widget is a convenience for the front-end auth flow, not a requirement.
The widget is a convenience for the front-end auth flow, not a requirement. You can connect providers directly via the API:
Use
POST /auth/authenticateUserto generate provider auth URLs.List available integrations via
/integrations/detailed.
Mobile-only sources (e.g. Apple Health, Samsung Health) still require the SDK initConnection flow.
PreviousIs there a pending state or timeout for initConnection?
NextAPI endpoints, errors and migrations
Last updated
Was this helpful?