splitch

DocsAPIEXPOSURE_TICKET_EXPIRED.md

EXPOSURE_TICKET_EXPIRED

HTTP status
410
Details payload
{ exposureId: string, issuedAt: string }

Cause

The Exposure Ticket's issued_at is older than the 24-hour redemption TTL.

Fix

Call evaluate-all again. Revalidation replaces stale tickets long before this TTL; an expired ticket means the client held a payload past its redeem window.

Related codes