💬 SalesByte

API Reference

Build on top of SalesByte with the REST API.

The SalesByte REST API lets you send messages, manage contacts, create campaigns, and more — all programmatically.

Base URL

https://app.salesbyte.in/api/v1

All endpoints

MethodEndpointDescription
POST/messagesSend a text, image, video, or document
GET/contactsSearch contacts
POST/contactsCreate or update a contact
GET/contacts/:idGet a single contact
PUT/contacts/:idUpdate a contact
DELETE/contacts/:idArchive a contact
GET/conversationsList conversations
GET/conversations/:id/messagesGet messages in a conversation
GET/followupsList follow-ups
POST/followupsCreate a follow-up
GET/templatesList templates
POST/templates/:id/sendSend a template
GET/campaignsList campaigns
POST/campaignsStart a campaign
GET/groupsList WhatsApp groups
POST/uploadUpload a file and get a public URL

On this page