Skip to main content

Build with Vetrol APIs

This documentation helps you interact with the REST API to manage your account. Set up your development environment, explore your tools, and start building powerful integrations.

quickstart.js
const vetrol = require('vetrol');

const client = new vetrol.Client(
  process.env.VETROL_ACCOUNT_SID,
  process.env.VETROL_AUTH_TOKEN
);

const message = await client.messages.create({
  to: '+1234567890',
  from: '+0987654321',
  body: 'Hello from Vetrol! 👋',
});

console.log(message.sid);

Manage your account and applications with the API

Explore Vetrol's suite of APIs to build integrations, automate workflows, and create powerful applications.

💬

Messaging API

Send and receive SMS, MMS, and chat messages programmatically across any channel.

Explore Messaging
💳

Payments API

Accept and process payments seamlessly. Handle transactions, refunds, and more.

Explore Payments
🔐

Auth API

Add secure authentication and identity verification to your applications.

Explore Auth

Webhooks

Receive real-time event notifications when actions occur in your Vetrol account.

Explore Webhooks
📦

SDKs & Libraries

Official client libraries for Node.js, Python, Ruby, PHP, Java, Go, and more.

Browse SDKs
📖

Guides & Tutorials

Step-by-step tutorials and integration guides to help you build faster.

Read Guides

Need help?

Our developer support team is here to help you succeed.