List Connected Accounts
await seam.connectedAccounts.list({
user_identifier_key: "2f393937-1405-4b1a-933f-34c97bfb3c56",
limit: 50,
});[
{
"account_type": "salto_space",
"account_type_display_name": "Salto Space",
"display_name": "j**[email protected]",
"automatically_manage_new_devices": true,
"connected_account_id": "a289aa54-5488-4707-9a4b-eeea4edf311d",
"created_at": "2025-06-15T16:54:17.946329Z",
"custom_metadata": { "id": "internalId1" },
"errors": [],
"user_identifier": {
"api_url": "https://example.com/api",
"email": "[email protected]",
"exclusive": true,
"phone": "+1555551004",
"username": "jane_doe"
},
"warnings": []
}
]Request Parameters
Response
Examples
List connected accounts for a customer
List connected accounts with specific custom metadata
Last updated
Was this helpful?

