Send base64 eDRX downlink message

❗️

Application URL required

This function requires that an application URL is registered for the API user with this API call: https://docs.iotcreators.com/reference/register-application-url

Sends a base64 encoded downlink messages via eDRX to the device.
This message can be used to send binary content to the device. The function requires base64 encoded payload as input for the element resourceValue. Before the payload is sent out to the device it is decoded to binary.

For NB-IoT and LTE-M devices downlink messages can be delivered to the device via eDRX. eDRX is a feature of the mobile operator. It enables that messages can be buffered within the network of the mobile operator in case the device is in sleep mode. After the device woke up the network of the mobile operator delivers the message to the device.
By using eDRX to deliver downlink messages to the device the IoT adapter of SCS doesn't need to queue the message. It is directly forwarded to the mobile operator after it is receipt by this API.

Path Params
string
required
Defaults to <required>

Complete serialnumber of the device, including eventual leading "IMEI:" prefix.

Body Params
string
Defaults to <required>

Base64 encoded payload which shall send to the device. Before the payload is sent it is decoded to binary.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json