Reconnecting an Account
connected_account.get(email="[email protected]")
# ConnectedAccount(
# ...
# errors=[
# {
# error_code: "account_disconnected",
# message: "Account Disconnected, you may need to reconnect the account with a new webview..."
# }
# ]
# )Last updated
Was this helpful?

