Get your API token
Log in to your dashboard and visit Account → API to copy your API token.You can also exchange an email and password for a token through POST /auth:See Authentication for a detailed walkthrough.
cURL
Register a sender ID
A sender ID is the name or number your recipients see as the message source. You must register one before sending.Visit Sender IDs in your dashboard to register a sender ID. Once approved, use that name as the
sender value in your API requests. Each channel (SMS, RCS, Truecaller, WhatsApp, Email) requires its own approved sender.Send your first message
The fastest path is the universal endpoint, which routes by Set Save the
channel:cURL
channel to sms, rcs, truecaller, whatsapp, or email to switch channels without changing the URL.A successful single-recipient request returns 200 OK with a body similar to:message_id value — you will need it to check delivery status.Each message consumes credit from your balance. The
credit_used field tells you how many credits were deducted. Check your remaining balance any time with GET /balance.Next steps
You have sent your first v2 message. Explore the rest of the API to add richer messaging to your application:Universal send
Use one endpoint for SMS, RCS, Truecaller, WhatsApp, and Email.
Send RCS
Cards, carousels, images, and interactive suggestions.
Contacts
Manage groups and contacts to target lists with one call.
