Skip to main content

Get Gift Card

GET 

/api/gift-cards/:giftCard

Show a single gift card by id, including its current balance and lifecycle status.

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.

Status values: active, inactive, redeemed, expired, voided.

Returns 200 with { data: <gift card> }.

Request

Responses

OK

Response Headers
    Content-Type