Notifications

Manage system notifications and alerts for users including email and SMS preferences.

Quick Reference

Method

Endpoint

Description

GET

/api/notifications

GET /api/notifications

Example Request:

from ABConnect import ABConnectAPI

# Initialize the API client
api = ABConnectAPI()

# Make the API call
response = api.raw.get(
    "/api/notifications"

)

# Process the response
print(response)

Sample Response:

1[]