---
title: "Send Friend Streak Reminders Cron"
method: POST
path: "/api/friends/streaks/send-reminders-cron"
tags: ["friends"]
---

# Send Friend Streak Reminders Cron

`POST /api/friends/streaks/send-reminders-cron`

Cron endpoint to send friend streak loss reminders via Expo push.

POST /api/friends/streaks/send-reminders-cron

For each active streak pair (streak_count >= 2) at risk of expiring,
notifies the partner who has completed today to nudge their friend.
When neither has completed, user_a (canonical first partner) is notified.
Users with multiple at-risk pairs receive one grouped notification.

Runs at 10 PM–11:45 PM local time (cron every 30 minutes).
Requires x-api-key header for authentication.

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/39e293adecd1/schema)
