The client used to make HTTP requests to the Seam API.
ReadonlydefaultsDefault request options used for requests made by this client.
Client for the Seam API /connected_accounts/simulate routes.
Creates a new SeamPaginator to iterate over the paginated results of the request.
Deletes a specified connected account.
Deleting a connected account triggers a connected_account.deleted event and removes the connected account and all data associated with the connected account from Seam, including devices, events, access codes, and so on. For every deleted resource, Seam sends a corresponding deleted event, but the resource is not deleted from the provider.
For example, if you delete a connected account with a device that has an access code, Seam sends a connected_account.deleted event, a device.deleted event, and an access_code.deleted event, but Seam does not remove the access code from the device.
Returns a specified connected account.
Returns a list of all connected accounts.
Optionalparameters: ConnectedAccountsListParametersRequest a connected account sync attempt for the specified connected_account_id.
Updates a connected account.
StaticfromCreates a new SeamHttpConnectedAccounts authenticated with an API key.
StaticfromCreates a new SeamHttpConnectedAccounts from an existing HTTP client.
StaticfromCreates a new SeamHttpConnectedAccounts authenticated with a client session token.
StaticfromCreates a new SeamHttpConnectedAccounts authenticated with a console session token and scoped to a workspace.
StaticfromCreates a new SeamHttpConnectedAccounts authenticated with a personal access token and scoped to a workspace.
StaticfromCreates a new SeamHttpConnectedAccounts authenticated with a client session token for the user identified by the user identifier key. The client session is created with the publishable key if it does not exist.
Client for the Seam API /connected_accounts routes.