Skip to content

Vonage Server SDK

github-actions edited this page Jan 15, 2025 · 80 revisions

Vonage Server SDK


Documentation / Vonage Server SDK

Vonage Server SDK

Classes

Vonage

Defined in: vonage.ts:21

Represents the Vonage SDK for interacting with Vonage APIs.

Constructors

new Vonage()
new Vonage(credentials, options?): Vonage

Defined in: vonage.ts:112

The credentials used for authentication.

Parameters
credentials

AuthInterface

The authentication credentials.

options?

ConfigParams

Optional configuration parameters.

Returns

Vonage

Properties

accounts
accounts: Accounts;

Defined in: vonage.ts:35

Provides access to the Accounts API.

applications
applications: Applications;

Defined in: vonage.ts:40

Provides access to the Applications API.

conversations
conversations: Conversations;

Defined in: vonage.ts:105

Provides access to the Conversations API.

credentials
protected credentials: AuthInterface;

Defined in: vonage.ts:25

The credentials used for authentication.

messages
messages: Messages;

Defined in: vonage.ts:45

Provides access to the Messages API.

numberInsights
numberInsights: NumberInsights;

Defined in: vonage.ts:50

Provides access to the Number Insights API.

numbers
numbers: Numbers;

Defined in: vonage.ts:55

Provides access to the Numbers API.

options
protected options: ConfigParams;

Defined in: vonage.ts:30

Optional configuration parameters.

pricing
pricing: Pricing;

Defined in: vonage.ts:60

Provides access to the Pricing API.

redact
redact: Redact;

Defined in: vonage.ts:65

Provides access to the Redact API.

secrets
secrets: Secrets;

Defined in: vonage.ts:70

Provides access to the Secrets API.

sms
sms: SMS;

Defined in: vonage.ts:75

Provides access to the SMS API.

users
users: Users;

Defined in: vonage.ts:80

Provides access to the Users API.

verify
verify: Verify;

Defined in: vonage.ts:90

Provides access to the Verify API.

verify2
verify2: Verify2;

Defined in: vonage.ts:85

Provides access to the Verify V2 API.

video
video: Video;

Defined in: vonage.ts:100

Provides access to the Video API.

voice
voice: Voice;

Defined in: vonage.ts:95

Provides access to the Voice API.

Clone this wiki locally