Subscribers
Complete a notification action
Mark a single in-app (inbox) notification's action (primary or secondary) as completed by its unique identifier notificationId and action type actionType.
patch/v2/subscribers/{subscriberId}/notifications/{notificationId}/actions/{actionType}/complete
Path parameters
subscriberIdstring required
The identifier of the subscriber
notificationIdstring required
The identifier of the notification
actionType'primary' | 'secondary' required
The type of action (primary or secondary)
Query parameters
contextKeysstring[]
Context keys for filtering
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK