Sign in

Click reminder

documented

Inform backend that a reminder was shown to the user.

POST /api/account/click_reminderAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://fleep.io/api/account/click_reminder?ticket={{$ticket}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"reminder_id": "{{$reminder_id}}"}'