Skip to main content

SEND Cloud to Device Message

POST 

/workspaces/:workspaceId/devices/:deviceId/c2d-messages

Sends message to a device. The message has time-to-live (TTL) of 48 hours after it is accepted by this API. If the device does not fetch the message in time or fails to process the message 10 times, the message is discarded.

Request

Path Parameters

    workspaceId uuidrequired
    deviceId stringrequired

Responses

Success. Message is accepted and will be delivered to device.

Loading...