OneRoute
  • Introduction
  • Prerequisites
  • Whatsapp API
    • Sandbox (Test API Key)
    • Getting Started
    • Endpoints
      • Fetch Channels
      • Fetch Channel Templates
      • Send Template Message
      • Send Campaign Message
      • Send Session Message
    • FAQ
  • EMAIL API
    • Getting Started
    • Endpoints
      • Fetch Email Channels
      • Send Email to Customers
  • SMS API
    • Getting Started
    • Endpoints
      • Fetch SMS Channels
      • Send SMS to Customers
      • Send OTP SMS to Customers
      • Fetch SMS Messages
      • Get SMS DLR Message
  • ONEOTP API
    • Getting Started
    • Endpoints
      • Fetch OTP Templates
      • Send OTP
      • Verify OTP
  • EMBED
    • Getting Started
    • Installation
    • Push Notification
  • OTHERS
    • Receiving Events - Webhooks
    • Fetch Channel By Id
    • Fetch Logs
Powered by GitBook
On this page

Was this helpful?

  1. SMS API
  2. Endpoints

Send OTP SMS to Customers

Send OTP SMS to Customers

POST https://api.oneroute.io/api/public/sms

This is for sending OTP messages only

Headers

Name
Type
Description

apiKey*

string

API key for authentication.

Request Body

Name
Type
Description

message

string

The message to send to the customers

recipients

array

List of recipients phone numbers

recipients.*

string

recipient phone number. Must be in international format (Example: 2341793026727).

PreviousSend SMS to CustomersNextFetch SMS Messages

Last updated 1 year ago

Was this helpful?