POSThttps://omni-apis.montymobile.com/notification/api/v1/sms/send-otp

Send OTP

Deliver a one-time passcode for login or verification. The request shape matches send-sms; the OTP value is supplied in Message.

Request body

ParameterTypeRequiredDescription
DestinationStringYesRecipient MSISDN.
SourceStringYesApproved sender ID.
MessageStringYesThe OTP code to send, e.g. 123456.
ApiIdString (UUID)YesYour integration ID.

Try it

Try itSimulate the delivery lifecycle
POSTomni-apis.montymobile.com/notification/api/v1/sms/send-otp
Simulated · no message is actually sent

Responses

The success response body for send-otp, and whether the endpoint generates/verifies the code or simply wraps send-sms, is being confirmed with our team. Coming soon

Authentication failures return the standard authorization error — see Authentication.