200 - data.reminders[] (each with the same fields as the create response) plus data.total. Empty array if none.401 - invalid/expired tokencurl --location '/api/v1/reminders/'{
"success": true,
"message": "Success",
"data": {
"reminders": [
{
"reminder_key": "Remind-83421",
"reminder_type": "puja",
"title": "Daily Puja",
"description": "Time for your morning puja ritual.",
"reminder_time": "07:00",
"timezone": "Asia/Kolkata",
"repeat_type": "daily",
"is_active": true,
"next_trigger_on": "2026-05-22T01:30:00Z"
}
],
"total": 1
}
}