Skip to main content
StackOne offers three ways to let end-users connect their accounts to your application.

Embedded Hub

Embed the StackOne Hub directly in your app. End-users select a connector and authenticate without leaving your application.
  • Production applications with custom UX
  • Branded, in-app connection experience
  • Full control over the integration flow

Embedding Guide →

Complete guide for React and non-React implementations
Secure URLs that open the StackOne Hub in a standalone browser tab. Generate from the dashboard or via API.
  • Onboarding emails asking end-users to connect their HRIS
  • Quick demos without frontend integration work
  • Sales-led onboarding flows

Auth Links Guide →

To trigger a workflow when an account is linked via Auth Link, subscribe to account webhooks since there’s no frontend callback available.

Dashboard Linking

Connect accounts directly from the StackOne dashboard for internal testing.
  • Testing API integration during development
  • Debugging connection issues
  • Internal demos
Dashboard linking is for internal use only. End-users should use the Embedded Hub or Auth Links.

Connection Events

Get notified when accounts are connected, updated, or disconnected.

Frontend Callbacks (Embedded Hub)

When using the Embedded Hub, handle connection events directly in your frontend:

Webhooks

For backend notifications (required for Auth Links, recommended for all methods), subscribe to account webhooks:
Example webhook payload

Webhooks Guide

Full setup and event reference

Next Steps

Embed the Hub

Full guide for React and script embedding

Auth Links

Generate and send connection links

Managing Accounts

View and manage connected accounts

Backend Setup

Generate session tokens securely