Skip to main content

Push Message

POST https://api.chirps.tv/api/messaging/push

Headers to set

Content-Type: application/json

Body payload in the POST request

{
"key": "AUTHENTICATION_KEY",
"title": "TITLE GOES HERE",
"description": "DESCRIPTION GOES HERE",
"thumbnail": "VALID IMAGE URL GOES HERE"
}

The Push Message API will push the rich data passed into the request to all active devices associated to the key. The following is an example response output:

{
"success": true
}