Methods List

BYTEHAND REST API methods.

Users

Group of methods for working with BYTEHAND users.

MethodDescription
getUserBalanceGET /balance
Returns the user's balance status.

SMS Messages

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

MethodDescription
getSmsInfoByIdGET /details
Returns detailed information about an SMS message.
getSmsStatusByIdGET /status
Returns the status of an SMS message.
sendMultiplySmsPOST /send_multi
Sends multiple SMS messages.
sendSmsGET /send
Sends one SMS message.

SMS Senders

A group of methods for creating and removing SMS senders.

MethodDescription
createSmsSignaturePOST /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.
deleteSmsSignatureByIdDELETE /signature
Deletes the signature of the SMS sender by its identifier.
getSmsSignatureByIdGET /signature
Returns the SMS sender's signature by ID.
getSmsSignaturesGET /signatures
Returns signatures of SMS senders.