Notifications Module API

API reference for notification acknowledgement and retrieval endpoints.

BriteCore v2 Notifications API endpoint wrappers.

This module provides wrappers for acknowledging notifications and retrieving the current unacknowledged notification list.

britecore_sdk.api.api_calls.v2.notifications.acknowledge(**kwargs)[source]

Acknowledge the caller’s current notifications.

POST /api/v2/notifications/acknowledge

Parameters:

kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.notifications.current(**kwargs)[source]

Retrieve the current unacknowledged notifications.

POST /api/v2/notifications/current

Parameters:

kwargs (Unpack[RequestParameters])

Return type:

Any