Get notifications
Retrieve all notifications. Supports filtering via query parameters and pagination.
GET
/data/notifications/
curl \
--request GET 'http://api.example.com/data/notifications/' \
--header "Authorization: $API_KEY"
Response examples (200)
Array-1
[
{}
]
{
"data": [
{}
],
"total": 100,
"nb_pages": 2,
"limit": 50,
"offset": 0,
"page": 1
}