Docs

Developer quickstart

Use the Public API to send WhatsApp messages and fetch conversations.

Send a message

curl -X POST "https://api.connect.securifi.com.my/api/public/v1/messages/send" \
  -H "Authorization: Bearer sc_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "to": "60123456789",
    "message": "Hello from Securifi Connect!"
  }'

Need more? Contact us at hello@securifi.com.