A group of methods for sending, viewing, editing and deleting SMS messages.
Method | Description |
---|---|
DELETE /sms/messages/smsId Deletes an SMS message by its ID. Requires authorization and access right sms_manage. | |
DELETE /sms/messages Deletes SMS messages. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
GET /sms/messages/smsId Returns an SMS message by its ID. Requires authorization and access right sms_view. | |
GET /sms/messages/probe Gets information about the phone number and text of the SMS message. Does not require authorization and any specific access rights. | |
HEAD /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. | |
GET /sms/messages Returns SMS messages that match the query. This method supports the semantics of search queries. Requires authorization and access right sms_view. | |
POST /sms/messages Sends one or more SMS messages. Requires authorization and access right sms_send. | |
PATCH /sms/messages/smsId Stops or starts sending an SMS message by its ID. Requires authorization and access right sms_manage. | |
PATCH /sms/messages Stops or starts sending SMS messages. This method supports the semantics of search queries. Requires authorization and access right sms_manage. |