Skip to content

GSM

Sends a test SMS message to the specified phone number via the GSM modem.

POST /api/cmd/gsm/sms-test/

Request Parameters:

ParameterTypeDescription
phonestringPhone number in international format (+48...).

Example Request:

{
"phone": "+48..."
}