Send Voice Otp request

This end point allows you to request airtime to single recipient.

Airtime Request

POST https://app.sleengshort.com/api/voice/otp

This endpoint allows you to deliver a One-Time Password (OTP) via a voice call to a single recipient. Body sample:

{
    "recipient": "09058196256",
    "otp": "330405"
}

Request Body

Name
Type
Description

recipient*

string

The phone number of the recipient in international or local format.

otp*

string

The one-time password that will be delivered via voice call.

{
    "status": "ok",
    "description": "Request processed successfully",
    "msg_ids": "2349058196256|7887191e-a568-4f7e-abe0-9a67d3efb873"
    
}

Last updated