Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt

Use this file to discover all available pages before exploring further.

A redemption debits a participant’s balance, either as a raw amount or against a catalog reward. Every redemption produces a journal entry and supports full or partial reversal. Create and list redemptions under /v1/participants/{id}/redemptions. Get a specific redemption or manage reversals at /v1/redemptions/{id}.

Endpoints

  • Redeem a raw amount of an asset
  • Redeem a catalog item by reward_id
  • List and get redemptions for a participant
  • List reversals on a redemption
  • Reverse a redemption (full or partial by amount)
For usage patterns and examples, see the Redemptions guide.