Tracking
Track Click (Internal/Public Mechanism)
This endpoint is primarily used internally by the client-side Service Worker or Mobile SDKs to log clicks dynamically when a user taps a notification.
- URL:
/track-click - Method:
GET - Authentication: Public
Query Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
notificationId | uuid | Yes | The ID of the clicked notification. |
url | string | No | Destination URL the user was redirected to. |
channelId | uuid | Yes | Associated channel ID. |
subscriptionId | uuid | Yes | ID of the specific subscription that clicked it. |
Response (N/A): This endpoint usually redirects or responds statelessly.
Examples
cURL