GET Create Instance
Create a new Instance ID
Params
access_token 6482b5d3780e0
GET Get QR Code
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
Params
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
GET Set Receving Webhook
Get all return values from Whatsapp. Like connection status, Incoming message, Outgoing message, Disconnected, Change Battery,…
Params
webhook_url https://webhook.site/1b25464d6833784f96eef4xxxxxxxxxx
enable true
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
GET Reboot Instance
Logout Whatsapp web and do a fresh scan
Params
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
GET Reset Instance
This will logout Whatsapp web, Change Instance ID, Delete all old instance data
Params
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
GET Reconnect
Re-initiate connection from app to Whatsapp web when lost connection
Params
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
Send Direct Message Api
GET Send Text
Send a text message to a phone number through the app
Params
number 62821238xxx
type text
message test message
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
GET Send Text (Sender Number API)
Send a text message to a phone number through the app
Params
number 62821238xxx
type text
message test message
sender 62812345XXX
access_token 6482b5d3780e0
GET Send Media & File
Send a media or file with message to a phone number through the app
Params
number 62821238xxx
type media
message test message
media_url https://i.pravatar.cc
filename (Just use for send document) file_test.pdf
instance_id 609ACF283XXXX
access_token 6482b5d3780e0
GET Send Media & File (Sender Number API)
Send a media or file with message to a phone number through the app
Params
number 62821238xxx
type media
message test message
media_url https://i.pravatar.cc
filename (Just use for send document) file_test.pdf
sender 62812345XXX
access_token 6482b5d3780e0