Get a Connected Account

Returns a specified connected account.

Specify the connected_account_id of the connected account that you want to get.

Code

await seam.connectedAccounts.get({
  connected_account_id: "23e4eb21-6e93-48c4-a077-bf503246d47c",
});

Output

[
  {
    "connected_account_id": "23e4eb21-6e93-48c4-a077-bf503246d47c",
    "created_at": "2022-08-24T10:38:05.128Z",
    "account_type": "schlage"
  }
]
Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

connected_account_id String

ID of the connected account that you want to get.


email String

Email address associated with the connected account that you want to get.


Response

connected_account


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs