Podio API Documentation

Notifications: Mark notification as viewed

POST /notification/{notification_id}/viewed

Mark the notification as viewed. This will move the notification from the inbox to the viewed archive.

Usage
PHP Client
PodioNotification.php
PodioNotification::mark_as_viewed( $notification_id );
Ruby Gem
notification.rb
Podio::Notification.mark_as_viewed( id )
Parameters
notification_id*
Required.

Sandbox

The sandbox only handles GET operations for now.