Table of Contents

Namespace Vonage.Accounts

Classes

AccountClient

Client for managing Vonage account operations including balance inquiries, API secret management, and account settings. Implements the Vonage Account API.

AccountSettingsRequest

Represents a request to update the default webhook callback URLs for an account.

AccountSettingsResult

Represents the response from updating account settings, including the current webhook URLs and rate limits.

Balance

Represents the balance information for a Vonage account.

CreateSecretRequest

Represents a request to create a new API secret for an account.

CreateSubAccountRequest

Represents a request to create a new subaccount under the primary account.

Secret

Represents an API secret associated with a Vonage account. Secrets are used for authenticating API requests and should be rotated periodically for security.

SecretList

Represents a collection of API secrets associated with an account.

SecretsRequestResult

Represents the response from retrieving API secrets for an account.

SubAccount

Represents a subaccount under a primary Vonage account. Subaccounts allow you to segment your usage and manage access for different parts of your organization.

TopUpRequest

Represents a request to top up an account balance when auto-reload is enabled.

TopUpResult

Represents the response from a top-up request.

Interfaces

IAccountClient

Exposes methods for managing your Vonage account, including retrieving balance, managing API secrets, and configuring account settings.