-
Notifications
You must be signed in to change notification settings - Fork 181
Vonage Server SDK
Vonage Server SDK • Docs
Documentation / Vonage Server SDK
Represents the Vonage SDK for interacting with Vonage APIs.
new Vonage(credentials, options?): Vonage
The credentials used for authentication.
• credentials: AuthInterface
The authentication credentials.
• options?: ConfigParams
Optional configuration parameters.
accounts: Accounts;
Provides access to the Accounts API.
applications: Applications;
Provides access to the Applications API.
conversations: Conversations;
Provides access to the Conversations API.
protected credentials: AuthInterface;
The credentials used for authentication.
messages: Messages;
Provides access to the Messages API.
numberInsights: NumberInsights;
Provides access to the Number Insights API.
numbers: Numbers;
Provides access to the Numbers API.
protected options: ConfigParams;
Optional configuration parameters.
pricing: Pricing;
Provides access to the Pricing API.
redact: Redact;
Provides access to the Redact API.
secrets: Secrets;
Provides access to the Secrets API.
sms: SMS;
Provides access to the SMS API.
users: Users;
Provides access to the Users API.
verify: Verify;
Provides access to the Verify API.
verify2: Verify2;
Provides access to the Verify V2 API.
video: Video;
Provides access to the Video API.
voice: Voice;
Provides access to the Voice API.