curl --request GET \
--url http://localhost:3000/v1/notifications{
"notifications": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"title": "<string>",
"body": "<string>",
"status": "<string>",
"category": "<string>",
"priority": "<string>",
"created_at": "<string>",
"read_at": "<string>",
"dismissed_at": "<string>",
"data": "<unknown>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}Returns paginated list of notifications with optional filters.
curl --request GET \
--url http://localhost:3000/v1/notifications{
"notifications": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"title": "<string>",
"body": "<string>",
"status": "<string>",
"category": "<string>",
"priority": "<string>",
"created_at": "<string>",
"read_at": "<string>",
"dismissed_at": "<string>",
"data": "<unknown>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 100x >= 0