This endpoint allows you to send a one time password to your users.
Last updated 9 months ago
POST /api/whatsapp/send
POST
/
Headers
Content-Type
application/json
x-api-key
Your Api Key
Body
code
string
One time password
recipient
MSISDN of recipient
Response
{ "status": "ok", "description": "The request has succeeded", "data": { "msg_id": "yHhKrRghj", "recipient": "23490########", "status": "Submitted" } }