Skip to content

Creates a new instance in messages of this model.

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
}

Playground

Authorization
Variables
Key
Value
Body
JSON

Samples

cURL
JavaScript
PHP
Python