Home
SMS API
USSD API
CREDIT API
Home
SMS API
USSD API
CREDIT API
  • JORITECH API
  • SMS API
    • Send SMS
    • Send Bulk
    • Send OTP
    • Send Hashed
    • Delivery Status
    • Get SMS Balance
    • Sample Codes
  • USSD API
  • CREDIT API

SEND OTP

This endpoint is used to send OTP (One-Time Password) to a recipient.

You can use it to also send transactional messages such as payment alerts

POST Method

Endpoint:

https://{{url}}/api/services/sendotp/

Request Body:

{
  "apikey": "{{apikey}}",
  "partnerID": "{{partnerID}}",
  "mobile": "{{mobile}}",
  "message": "{{message}}",
  "shortcode": "{{shortcode}}"
}
Prev
Send Bulk
Next
Send Hashed