Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

smsRoute
string<uuid>
required

The sms route ID

Body

application/json

SmsTestScheduleDataRequest

sim_ids
string[]
required
days_of_week
string[]
required
Minimum array length: 1
time_slots
string[]
required
sid
string | null
message
string | null
require_sms
boolean
default:true

Response

success
boolean
required
message
string
required
Example:

"SMS test schedule created successfully."

data
SmsTestScheduleResource · object
required