POST /api/backup
Proactively refreshes all cache entries by iterating over all projects and their integrations, calling each fetcher withforceRefresh: true.
Authentication
Requires a Bearer token matching theBACKUP_SECRET environment variable.
Request body
None.Response
Rate limit awareness
The backup endpoint applies delays between service calls to avoid hitting rate limits:| Service | Delay between calls |
|---|---|
| RevenueCat | 15 seconds |
| App Store Connect | 2 seconds |
| All others | 500ms |