Documentation Index
Fetch the complete documentation index at: https://docs-alpha.pepay.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Use Events API for historical lookup and recovery workflows.Authentication
Uses merchant auth (API key, commerce API key, or bearer JWT depending on scope).Request
List events
Retrieve a single event
Recover events since a cursor (helper)
Response
Example event (event_v1 envelope):Errors
401missing/invalid auth headers400invalid filters/cursors404event not found (retrieve)
Examples
- Use
recoverSinceafter reconnecting a websocket stream to backfill missed events and return them in chronological order.

