API Reference / Snooze a card
Snooze a card
POST/api/v1/review/{id}/snooze
Hide a card until a time. Cancels any auto-ship deadline on it.
curl -X POST -H "Authorization: Bearer $REVNU_API_TOKEN" \
-H "content-type: application/json" \
-d '{"until":1893456000000}' \
https://revnu.com/api/v1/review/k97…/snoozeBody
until, epoch milliseconds, in the future. Snoozing cancels the trust ladder's autoResolveAt so nothing ships while you are not looking.
Agents: this page is also markdown at /docs/review-snooze.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.
Frequently Asked Questions
`review:write`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.