HomeDocumentationAPI Reference
Log In
API Reference

Update Notifications

Method Name

private/update_notifications

RPC to mark specified notifications as seen for a given subaccount.
Required minimum session key permission level is account

Parameters

subaccount_idintegerrequired
Subaccount_id
notification_idsarray of integersrequired
List of notification IDs to be marked as seen
statusstring
Status of the notification
enum unseenseenhidden

Response

idstring or integerrequired
resultobjectrequired
result.updated_countintegerrequired
Number of notifications marked as seen

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}