Record delivery receipt

Record delivery and engagement events for push notifications. **Features:** - Track when notifications are delivered to devices - Monitor user interactions (open, click) - Device information capture - Real-time status updates **Use Cases:** - Webhook endpoints for FCM delivery receipts - Client-side engagement tracking - Analytics and reporting - Campaign performance monitoring **Note:** This endpoint is typically called by webhook handlers or client applications, not directly by end users.

Authentication

AuthorizationBearer

JWT token for authentication. Use ‘test-jwt-token’ for development.

Request

This endpoint expects an object.
messageIdstringRequired
tokenstringRequired
status"delivered" or "opened" or "clicked"Required
timestampany or datetime or date or doubleRequired
deviceInfoobjectOptional

Response

This endpoint returns an object.
successboolean
dataobject or null
errorobject or null