A group of methods for sending, viewing, editing and deleting SMS messages.

MethodDescription
deleteSmsByIdDELETE /sms/messages/smsId
Deletes an SMS message by its ID.

Requires authorization and access right sms_manage.

deleteSmsDELETE /sms/messages
Deletes SMS messages.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

getSmsByIdGET /sms/messages/smsId
Returns an SMS message by its ID.

Requires authorization and access right sms_view.

getSmsProbeGET /sms/messages/probe
Gets information about the phone number and text of the SMS message.

Does not require authorization and any specific access rights.

querySmsCountHEAD /sms/messages
Returns the number of SMS messages that match the query.

This method supports the semantics of search queries.

Requires authorization and access right sms_view.

querySmsGET /sms/messages
Returns SMS messages that match the query.

This method supports the semantics of search queries.

Requires authorization and access right sms_view.

sendSmsPOST /sms/messages
Sends one or more SMS messages.

Requires authorization and access right sms_send.

updateSmsByIdPATCH /sms/messages/smsId
Stops or starts sending an SMS message by its ID.

Requires authorization and access right sms_manage.

updateSmsPATCH /sms/messages
Stops or starts sending SMS messages.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.