WhatsApp QR Codes

QR codes are the easiest way to bridge the physical and digital worlds. When a customer scans your code, their WhatsApp app opens immediately with a message ready to send. Base route: /api/v1/WhatsappQrCode

MethodRoutePermissionDescription
POST/api/v1/WhatsappQrCode/createDashboard:QRCodeChangeGenerate a brand new QR code
GET/api/v1/WhatsappQrCode/getallDashboard:ViewView all your active QR codes
PUT/api/v1/WhatsappQrCode/update/{code}Dashboard:QRCodeChangeModify an existing QR code's settings
DEL/api/v1/WhatsappQrCode/delete/{code}Dashboard:QRCodeChangePermanently remove a QR code
POST

/api/v1/WhatsappQrCode/create

JSON Request
{
  "label": "Main Store Entrance",
  "prefillMessage": "Hi, I scanned your QR code and would like to know more."
}