Skip to content

Send a new message to the device

POST
/devices/id/messages

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

device id

Typenumber
Required
formatinteger

Request Body

JSON
{
"config": "string",
"message": "string",
"mobileTerminated": true,
"created": "string",
"sent": "string",
"id": 0,
"deviceId": 0,
"userId": 0
}

Responses

Body (JSON)
application/json
JSON
{
"config": "string",
"message": "string",
"mobileTerminated": true,
"created": "string",
"sent": "string",
"id": 0,
"deviceId": 0,
"userId": 0
}

Samples