Methods List
BYTEHAND REST API methods.
Users
Group of methods for working with BYTEHAND users.
Method | Description |
---|---|
getUserBalance | GET /balance Returns the user's balance status. |
SMS Messages
A group of methods for sending, viewing, editing and deleting SMS messages.
Method | Description |
---|---|
getSmsInfoById | GET /details Returns detailed information about an SMS message. |
getSmsStatusById | GET /status Returns the status of an SMS message. |
sendMultiplySms | POST /send_multi Sends multiple SMS messages. |
sendSms | GET /send Sends one SMS message. |
SMS Senders
A group of methods for creating and removing SMS senders.
Method | Description |
---|---|
createSmsSignature | POST /signature Creates a new sender signature; the new signature can only be used after it has been verified by our company manager, usually within a few hours. |
deleteSmsSignatureById | DELETE /signature Deletes the signature of the SMS sender by its identifier. |
getSmsSignatureById | GET /signature Returns the SMS sender's signature by ID. |
getSmsSignatures | GET /signatures Returns signatures of SMS senders. |