Loading LoadFlow Platform...
Loading LoadFlow Platform...
Sample API responses for listing, creating, and checking reminder status. Use JWT or API key auth; try the full API in Swagger.
GET /reminders — returns reminders for the authenticated user or API key.
id: 1
Unique reminder ID.
name: "Insurance certificate"
Label for the expiration (e.g. license, permit, insurance).
email: "compliance@example.com"
Recipient for reminder emails.
expires_on: "2026-12-31"
Expiration date (YYYY-MM-DD).
enabled: true
Whether reminder is active and will send alerts.
created_at: "2025-01-15T10:00:00Z"
When the reminder was created.