| Variable | Type | Description |
|---|---|---|
| string | [required] Your login in the system. Usually email | |
| pass | string | [required] Your password in the system |
| Variable | Type | Description |
|---|---|---|
| token | string | Your token is acquired through the token retrieval method: |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| sendto | string | [required] Recipient address or phone number. Multiple values can be separated by commas. |
| body | string | [required] Message body. Not required when sending an image (see the "file" parameter below) — in that case body will be replaced with the uploaded image URL. |
| device_id | int | [required] Device ID |
| sim | int | [required] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS. |
| timetosend | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[optional] Time designated for sending a message. For instance, 2026-05-26 12:10:04 |
| customerid | int | [optional] Your customer's ID number. Optional field |
| urgent | int | [optional] Marks the message as urgent. Useful for OTP and high-priority traffic. |
| file | file (multipart/form-data) | [optional] Image file to send (jpeg, png, webp, gif). When provided, the request must be sent as multipart/form-data with POST. The file is uploaded to our S3 storage and its public URL replaces the "body" field, so the image is delivered to the recipient (currently supported on WhatsApp / WhatsApp Business slots) and is also displayed in the corresponding chat. This parameter is fully optional — existing integrations that only send text messages can keep working without any changes. |
| Variable | Type | Description |
|---|---|---|
| error | int | 0 or 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
| sms_id | int | Created message identifier in our system. |
{
"error": 0,
"sms_id": 62807347,
"message": "Sms has been saved successfully"
}
| Variable | Type | Description |
|---|---|---|
| string | [required] Your email | |
| pass | string | [required] Your password |
| sendto | string | [required] Recipient address or phone number. |
| body | string | [required] Message body |
| device_id | int | [required] Device ID |
| sim | int | [required] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS |
| timetosend | string | [optional] Scheduled sending time. |
| customerid | int | [optional] Your customer identifier. |
| urgent | int | [optional] Marks the message as urgent. |
| Variable | Type | Description |
|---|---|---|
| datajson | string | [required] {"token":"df427bfcf113c9a21c67718035076b5b","smsdata":[{"sendto":"015752982212","body":"Test message","sim":1,"timetosend":"2019-07-01 23:50:00","device_id":260},{"sendto":"+4915752982212","body":"Test message 2","sim":1,"timetosend":"2019-07-01 23:50:00","device_id":260,"urgent":1}]} |
| Variable | Type | Description |
|---|---|---|
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
{
"token":"df427bfcf113c9a21c6771803501",
"smsdata":[
{
"sendto":"015752982212",
"body":"Your password is 12345",
"sim":1,
"timetosend":"2019-07-01 23:50:00",
"device_id":260,
"customerid":122,
"urgent":1
},
{
"sendto":"015752982212",
"body":"Regular SMS. Not urgnet",
"sim":1,
"timetosend":"2019-07-01 23:50:00",
"device_id":260,
"customerid":122,
"urgent":0
}
]
}
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| device_id | string | [optional] Device ID |
| status | int |
[optional]
|
| begindate | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[optional] Begin Date Time |
| enddate | string YYYY-MM-DD or YYYY-MM-DD HH:MM:SS |
[optional] End Date Time |
| sim | int | [optional] Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS # 0 or 1 |
| customerid | int | [optional] Your customer's ID number. Optional field |
| onlycount | int | [optional] 0 | 1 count only |
| phone | string | [optional] 0 | 1 Phone number filter |
| orderbydesc | int | [optional] 0 | 1 Order by any field |
| timezone | int | [optional] Specify your local time zone, such as setting it to Australia/Sydney, for example. |
| Variable | Type | Description |
|---|---|---|
| token | string | Your token is acquired through the token retrieval method: |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order |
| count | int | SMS amount |
| smss | int | JSON object |
{
"smss": {
"62050971": {
"id": 62050971,
"sendto": "+4912312312332",
"body": "Hello! Thank you for Order! ",
"customerid": null,
"status": 2,
"statustitle": "sending",
"deviceid": 11231,
"urgent": null,
"created": {
"date": "2023-11-02 22:44:43.000000",
"timezone_type": 3,
"timezone": "Europe/Paris"
},
"senttime": null,
"timetosend": null,
"paketid": null,
"pakettitle": null,
"paketbody": null
},
"62051117": {
"id": 62051117,
"sendto": "+4912312312332",
"body": "Hello! Thank you for Order! ",
"customerid": null,
"status": 7,
"statustitle": "delivered",
"deviceid": 11231,
"urgent": null,
"created": {
"date": "2023-11-02 22:46:09.000000",
"timezone_type": 3,
"timezone": "Europe/Paris"
},
"senttime": null,
"timetosend": null,
"paketid": null,
"pakettitle": null,
"paketbody": null
}
}
}
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| title | string | [required] Tag name |
| Variable | Type | Description |
|---|---|---|
| tag_id | int | Tag ID |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
{
"error": 0,
"tag_id": 8303,
"message": "OK"
}
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| phone | string | [required] phone number |
| ctag_id | int | [required] Tag ID |
| string | [required] Your customer's name |
| Variable | Type | Description |
|---|---|---|
| contact_id | int | Contact Id |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
{"error":0,"contact_id":15954765,"message":"ok"}
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| title | string | [required] Newsletter title |
| device_id | string | [required] Device ID |
| body | string | [required] Target message body |
| tags | string | [required] Tag Id. Can be several, separated by commas. For example: 12,13,14 |
| sim | int | [required]Sim slot: 0 and 1 for SMS. 2 - Whatsapp Business, 3 - WhatsApp Personal. 4 and 5 - RCS 0 or 1 |
| time_to_send | int, default = 0 | [required]Date time when Newsletter should be sent. Do not forget tap start on device. DD.MM.YYYY H:i:s |
| Variable | Type | Description |
|---|---|---|
| contact_id | int | Contact Id |
| error | int | 0 | 1 - indicates whether there is an error in processing the request |
| message | string | Error message, empty if everything is in order. |
| paket_id | int | Package ID |
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| Variable | Type | Description |
|---|---|---|
| count | int | Number of devices: |
| device | json |
|
| message | string | Error message, empty if everything is in order. |
{
"count": 2,
"device": {
"1576": {
"id": 1576,
"title": "AOSP_on_IA_Emulator",
"number": null,
"imei": "358240051111110",
"created": {
"date": "2020-03-28 20:10:29.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"createdhumanformat": "28.03.2020 20:10:29",
"lastseen": {
"date": "2020-04-23 17:02:21.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"lastseenhumanformat": "23.04.2020 17:02:21",
"serialnumber": "EMULATOR30X0X5X0",
"siminfo": [
{
"Slot": "0",
"IccId": "89014103211118510720",
"Number": " 15555215554",
"Roaming": "0",
"CountryIso": "us",
"CarrierName": "Android (T-Mobile)"
}
],
"appversion": "12.1.21",
"isappversionactual": false,
"delaybetweeneachsms": null,
"delaybetweenrequest": 1,
"subscription": true
},
"1297": {
"id": 1297,
"title": "Android_SDK_built_for_x86",
"number": null,
"imei": "null",
"created": {
"date": "2020-01-20 14:01:05.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"createdhumanformat": "20.01.2020 14:01:05",
"lastseen": {
"date": "2020-04-20 20:51:34.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"lastseenhumanformat": "20.04.2020 20:51:34",
"serialnumber": "unknown",
"siminfo": [
{
"Slot": "0",
"IccId": "8949226172233934327",
"Number": "+4915752982212",
"Roaming": "1",
"CountryIso": "de",
"CarrierName": "Drillisch (o2)"
}
],
"appversion": "12.1.21",
"isappversionactual": false,
"delaybetweeneachsms": 5,
"delaybetweenrequest": 10,
"subscription": false
}
}
}
| Variable | Type | Description |
|---|---|---|
| token | string | [required] Your token is acquired through the token retrieval method. |
| sms_id | int | [required] Sms Id |
| Variable | Type | Description |
|---|---|---|
| sms_id | int | SMS ID |
| status | int | SMS Status
|
| status_description | string | Status Name |
| error | int | 0 | 1 - is there an error in processing the request |
| message | string | Error message, empty if everything is in order. |