SMS Senders
A group of methods for creating and removing SMS senders.
Method | Description |
---|---|
DELETE /sms/senders/smsSenderId Deletes the signature of an SMS sender by its ID. Requires authorization and access right sms_manage. | |
DELETE /sms/senders Deletes signatures of SMS senders. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
GET /sms/senders/smsSenderId Returns the SMS sender's signature by ID. Requires authorization and access right sms_view. | |
PUT /sms/senders Creates or changes the signature of an SMS sender. Requires authorization and access right sms_manage. | |
HEAD /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. | |
GET /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. |