Create a notification for a device

Push a message to a device that has your app installed and is listening for notifications. For details on how to use Clover's Android SDK to receive notifications see: https://github.com/clover/android-examples/tree/master/pushnotificationexample

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

App Id

string
required

Device Id

Body Params
app
object

The app the notification will be sent to. This will be autopopulated by the server.

string
int64

The time to live of the notification in seconds. By default this is 5 days.

string

Payload of the notification. This is at most 4000 characters.

Headers
string
required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <product> / <product-version> <comment>

Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!