DNZ Digita

API Reference

WhatsApp OTP API Reference

Production API reference for sending WhatsApp OTP messages through the DNZ engine.

Authentication

/api/send-otp

Queue a WhatsApp OTP or transactional verification message.

Request example

{
  "apiKey": "wb_live_xxxxxxxxxxxxx",
  "number": "+9647878785391",
  "message": "Your DNZ verification code is 482910"
}

Response example

{
  "jobId": "a8f1c4f3d1",
  "accepted": true
}

Error codes

  • 400 missing_fields
  • 400 invalid_number
  • 401 invalid_api_key
  • 429 plan or rate limit reached
  • 500 send_otp_failed

Rate limits

Continue with

Support