Programmatic Push API
📁 Developer API
🕐 Updated 1 week ago
For developers, HyperPush X provides a REST API to trigger push notifications directly from your backend services.
Authorization header of your HTTP requests.Make a POST request to the campaign dispatch endpoint:
POST https://hyperpushx.com/api/v1/campaigns/sendAuthorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"title": "Transactional Update",
"message": "Your order #10482 has been shipped! 📦",
"url": "https://yoursite.com/orders/10482",
"segment_id": "optional-segment-uuid"
}
Configure webhook endpoints under your website settings to receive automated JSON reports whenever push notifications are successfully delivered, clicked, or bounced (flagged as expired).