Send push notification to devices

This API is used to send notifications by specifying device identifiers in the request. The API returns the count of devices for which the push notification action was successfully initiated. Any invalid device identifier specified in the request is silently ignored.

HTTP Method

POST

Request URI

/msa/v1/cps/device/notification

Request parameters

 

Parameter

Description

Sample Value

message

Parameter Type: Request body

Data Type: String

Content of push message. Character limit is 140.

Please backup your device.

identifiers

Required

Parameter Type: Request body

Data Type: String

List of UEM identifiers in this format:

{

"identifiers":["mdm-id-1", "mdm-id-2"]

}

See List of identifiers.

 

Response fields

Success: HTTP Status 200

See Number result.