Notify the server that a push notification has been interacted with.

Once a push notification (web or mobile) is sent to a user, the user's interaction must be sent back to the server. This endpoint receives the user action (received or clicked).

Path Params
uuid
required
Body Params
int64
required

The current version of notification.push.clicked.

uuid
required

UUID for the site the notification was clicked on.

uuid
required

UUID for the section the notification was clicked on.

string
required

The push service subscription the notification was sent to.

string
enum
required

The push service used to push the notification (MOZ / GCM / APNS).

Allowed:
uuid
required

The uuid of the notification.

uuid
required

The uuid of the kafka content event the push notification was generated from.

string
enum
required
Allowed:
uuid
required

UUID for the user that clicked the tray notification.

string
enum
Allowed:
Responses
204

No Content

400

Bad Request

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here!