Skip to main content
When building on top of StackOne, you need to manage accounts across multiple owners. The origin_owner_id field is your key to segmenting accounts by owner.
This guide is for platform builders creating multi-tenant applications where each owner has their own set of linked accounts.
When you onboard end-users through Connect Sessions, you provide an origin_owner_id that identifies the owner in your system. This ID lets you query accounts for specific owners.

List Accounts by Owner

Use the GET /accounts endpoint with the origin_owner_id query parameter to filter accounts for a specific owner.

Response


Filter by Status and Provider

Combine filters to narrow down results:

Available Filters


Building an Owner Dashboard

Here’s how to build a dashboard showing each owner’s integrations:

Monitor Account Health

Track the health of your owners’ integrations:

Webhooks for Account Changes

Subscribe to account lifecycle events to keep your system in sync:

Webhooks Guide

Configure webhooks to receive real-time account updates

List Accounts API

Full API reference for listing accounts

Connect Sessions

Onboard end-users with origin_owner_id

Accounts Dashboard

Manage accounts in the StackOne dashboard

Actions Metadata

Build custom UIs with available actions