Developers Effortlessly integrate with our REST APIs. Explore our comprehensive documentation to understand how to interact with our API endpoints.
Dive into our comprehensive documentation to master the art of sending authentication messages through our REST APIs. With WhatsApp, you can seamlessly authenticate your users with swift and efficient delivery of messages, ensuring a smooth user experience without any delays.
cURL Command

curl -X POST \
  {base_url}/message/template/authentication/{waba_id} \

  -H "Accept: application/json" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "your_template_id",
    "code": "your_code",
    "phone": "recipient_phone_number"
  }'
    
Getting started is easy Start communicating with your customers using ShauriWave.