Skip to content

Vonage Server SDK

github-actions edited this page Jul 5, 2024 · 31 revisions

Vonage Server SDKDocs


Documentation / Vonage Server SDK

Vonage Server SDK

Classes

Vonage

Represents the Vonage SDK for interacting with Vonage APIs.

Constructors

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

The credentials used for authentication.

Parameters

credentials: AuthInterface

The authentication credentials.

options?: ConfigParams

Optional configuration parameters.

Returns

Vonage

Defined in

vonage.ts:112

Properties

accounts
accounts: Accounts;

Provides access to the Accounts API.

Defined in

vonage.ts:35

applications
applications: Applications;

Provides access to the Applications API.

Defined in

vonage.ts:40

conversations
conversations: Conversations;

Provides access to the Conversations API.

Defined in

vonage.ts:105

credentials
protected credentials: AuthInterface;

The credentials used for authentication.

Defined in

vonage.ts:25

messages
messages: Messages;

Provides access to the Messages API.

Defined in

vonage.ts:45

numberInsights
numberInsights: NumberInsights;

Provides access to the Number Insights API.

Defined in

vonage.ts:50

numbers
numbers: Numbers;

Provides access to the Numbers API.

Defined in

vonage.ts:55

options
protected options: ConfigParams;

Optional configuration parameters.

Defined in

vonage.ts:30

pricing
pricing: Pricing;

Provides access to the Pricing API.

Defined in

vonage.ts:60

redact
redact: Redact;

Provides access to the Redact API.

Defined in

vonage.ts:65

secrets
secrets: Secrets;

Provides access to the Secrets API.

Defined in

vonage.ts:70

sms
sms: SMS;

Provides access to the SMS API.

Defined in

vonage.ts:75

users
users: Users;

Provides access to the Users API.

Defined in

vonage.ts:80

verify
verify: Verify;

Provides access to the Verify API.

Defined in

vonage.ts:90

verify2
verify2: Verify2;

Provides access to the Verify V2 API.

Defined in

vonage.ts:85

video
video: Video;

Provides access to the Video API.

Defined in

vonage.ts:100

voice
voice: Voice;

Provides access to the Voice API.

Defined in

vonage.ts:95