Download OpenAPI specification:Download
API for interacting with the Push Gateway
object (Notification) Information about the push notification |
{- "notification": {
- "ciphertext": "base64_of_ciphertext",
- "key_month": "2024-11",
- "prio": "high",
- "counts": {
- "unread": 1,
- "missed_calls": 0
}, - "devices": [
- {
- "app_id": "app_id",
- "pushkey": "pushkey",
- "pushkey_ts": 1634025600,
- "data": {
- "format": "format"
}, - "tweaks": {
- "tweak": "tweak"
}
}
]
}
}
{- "status": "success"
}