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.
origin_owner_id that identifies the owner in your system. This ID lets you query accounts for specific owners.
List Accounts by Owner
Use theGET /accounts endpoint with the origin_owner_id query parameter to filter accounts for a specific owner.
- TypeScript SDK
- cURL
- Python
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:- TypeScript SDK
- Python
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
Related
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