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)
ab api raw get /api/notifications
curl -X GET \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
'https://api.abconnect.co/api/notifications'
Sample Response:
1[]