Securely send a notification

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.

If externalId is used, it will be sent to all enabled devices sharing the same externalId.


  • Example with deviceId
{
  "idType": "deviceId",
  "device" : "deviceId1"
}
  • Example with externalId
{
  "idType": "externalId",
  "device" : "externalId1"
}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to true

choose if the message is encrypted, by default it will be true

boolean
Defaults to true

choose if the received push event is registered, by default it will take the value from the application configuration

Body Params
string

Notification title

string

Notificaion body

string

Other data

string

Other data to send encrypted to device

string
enum
required
Defaults to deviceId

Set de the id type for the device field. It can be deviceId or externalId

Allowed:
string
required

device reference, can be deviceId or externalId, depending on the idType property value.

action
object

Device action

buttons
array of objects

Array of push buttons

buttons
boolean
Defaults to true

Indicates if the notification can be disponsabled by the user

integer
Defaults to 86400

Notification’s time to live. This is the time during which the sending will be attempted.

The unit of measurement is seconds.

string
enum

Only for iOS devices. Indicate the importance and delivery timing of a notification. Default value is active.

Apple Developer Documentation

Allowed:
boolean
Defaults to false

Indicate if it is a silent delivery. Only available for android, ios and harmony.

Responses

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