ReadonlydefaultsReadonlyltsStaticltsOptionalparameters: { connected_account_id: string; sync?: boolean }Optionalsync?: booleanOptionalparameters: ConnectedAccountsGetParametersOptionalparameters: {Optionalcustom_metadata_has?: { [x: string]: string | boolean }Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with custom_metadata that contains all of the provided key:value pairs.
Optionalcustomer_key?: stringCustomer key by which you want to filter connected accounts.
Optionallimit?: numberMaximum number of records to return per page.
Optionalpage_cursor?: null | stringIdentifies the specific page of results to return, obtained from the previous page's next_page_cursor.
Optionalsearch?: stringString for which to search. Filters returned connected accounts to include all records that satisfy a partial match using connected_account_id, account_type, customer_key, custom_metadata, user_identifier.username, user_identifier.email or user_identifier.phone.
Optionaluser_identifier_key?: stringYour user ID for the user by which you want to filter connected accounts.
Optionalparameters: { connected_account_id: string }ID of the connected account that you want to sync.
Optionalparameters: {Optionalaccepted_capabilities?: ("lock" | "thermostat" | "noise_sensor" | "access_control")[]List of accepted device capabilities that restrict the types of devices that can be connected through this connected account. Valid values are lock, thermostat, noise_sensor, and access_control.
Optionalautomatically_manage_new_devices?: booleanIndicates whether newly-added devices should appear as managed devices.
ID of the connected account that you want to update.
Optionalcustom_metadata?: { [x: string]: null | string | boolean }Custom metadata that you want to associate with the connected account. Supports up to 50 JSON key:value pairs. Adding custom metadata to a connected account enables you to store custom information, like customer details or internal IDs from your application. Then, you can filter connected accounts by the desired metadata.
StaticfromStaticfromStaticfromStaticfromStaticfromStaticfrom
ID of the connected account that you want to delete.