is_read=true.page_number (default 1)200 - data.notifications[] (each: id, title, body, image_url, is_read, send_status, sent_on, created_at) plus data.total, data.offset, data.limit.401 - invalid/expired tokenAuthorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/notifications?page_number=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Success",
"data": {
"notifications": [
{
"id": "Notif-83421",
"title": "Your horoscope is ready",
"body": "Check what the stars say today.",
"deep_link": "action://horoscope",
"is_read": false,
"send_status": "sent",
"sent_on": "2026-05-20T10:30:00Z",
"created_at": "2026-05-20T10:30:00Z"
}
],
"total": 12,
"offset": 0,
"limit": 10
}
}