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

SAFARICOM HASHED NUMBERS

This endpoint is used to send messages to Safaricom hashed numbers.Make sure the hashed values start with 254 before hashing

POST Method

Endpoint:

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

Request Body:

{
  "apikey": "{{apikey}}",
  "partnerID": "{{partnerID}}",
  "mobile": "{{mobile}}",
  "message": "{{message}}",
  "shortcode": "{{shortcode}}",
  "hashed": true
}
Prev
Send OTP
Next
Delivery Status