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
| Parameter | Type | Required | Description |
|---|---|---|---|
Destination | String | Yes | Recipient MSISDN. |
Source | String | Yes | Approved sender ID. |
Message | String | Yes | The OTP code to send, e.g. 123456. |
ApiId | String (UUID) | Yes | Your integration ID. |
Try it
Try itSimulate the delivery lifecycle
POSTomni-apis.montymobile.com/notification/api/v1/sms/send-otpSimulated · 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.