otp

Request fields:

AttributeData TypeDescription

code

string

OTP code

msisdn

string

MSISDN

Sample otp request:

{
  "type": "otp",
  "data": {
    "code": "1234",
    "msisdn": "+260977223120"
  }
}

Response fields:

AttributeData TypeDescription

message

string

Response message. It can be any text

Sample response (status=200) to otp request:

{
  "message": "Notification received"
}

Last updated