# Get a connected account by its IDconnected_account = seam.connected_accounts.get("123e4567-e89b-12d3-a456-426614174000")# Print the details of the connected accountprint(connected_account)
# Use the Seam SDK to get a connected account by its idconnected_account = seam.connected_accounts.get( connected_account_id: "123e4567-e89b-12d3-a456-426614174000")# Print the details of the connected accountputs connected_account
// Get a connected account by its ID$connected_account = $seam->connected_accounts->get("123e4567-e89b-12d3-a456-426614174000");echojson_encode($connected_account);
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.