Skip to main content

Get Gift Card History

GET 

/api/gift-cards/:giftCard/history

Paginated ledger history for a gift card, newest first. Each entry records a value movement (activation, reload, redemption, refund, adjustment, or void), the resulting balance, and who created it.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token. Permission: pos.operate.

Entry type values: activation, reload, redemption, refund, adjustment, void. is_credit is true when the entry adds value.

Pagination: per_page (default 10), page (default 1). Response includes standard Laravel pagination metadata.

Request

Responses

OK

Response Headers
    Content-Type