Skip to main content
POST
/
v1.0
/
message
/
device-delivery
Forwards a Message to a device
curl --request POST \
  --url https://api.example.com/v1.0/message/device-delivery \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "MessageId": "<string>",
  "Body": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Message_Device_Delivery_Request object

MessageId
string | null
Body
string | null

Response

200

Success