post deprecatedhttps://example.com/v1/notification/send
Deprecated: /notification/send/one
should be used in place of this endpoint.
Securely send a notification to a specific device. Data in securedData filed is encrypted before sending.
The device field can be refered by its deviceId or externalId, this can be set with idType parameter, which is deviceId by default.
- Example with deviceId
{
"idType": "deviceId",
"device" : "deviceId1"
}
- Example with externalId
{
"idType": "externalId",
"device" : "externalId1"
}