SMS Senders

A group of methods for creating and removing SMS senders.

MethodDescription
deleteSmsSenderByIdDELETE /sms/senders/smsSenderId
Deletes the signature of an SMS sender by its ID.

Requires authorization and access right sms_manage.

deleteSmsSendersDELETE /sms/senders
Deletes signatures of SMS senders.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

getSmsSenderByIdGET /sms/senders/smsSenderId
Returns the SMS sender's signature by ID.

Requires authorization and access right sms_view.

putSmsSenderPUT /sms/senders
Creates or changes the signature of an SMS sender.

Requires authorization and access right sms_manage.

querySmsSendersCountHEAD /sms/senders
Returns the number of signatures of SMS senders that match the query.

This method supports the semantics of search queries.

Requires authorization and access right sms_view.

querySmsSendersGET /sms/senders
Returns the signatures of SMS senders that match the query.

This method supports the semantics of search queries.

Requires authorization and access right sms_view.