Get gift card
get_gift_cardRetrieve a gift card by its ID to view its status, balance, and purchase details. Use redact mode to exclude personal data when not needed.
Instructions
Get a single gift card by its ID, including status, balance and purchase info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Gift card ID (UUID). | |
| redact | No | Use redact:true when the task does not need personal data (e.g. counting or aggregating orders) — personal fields (name, phone, email, delivery address and its parts, notes) are replaced with "[redacted]". Applies to the response only; request bodies are never redacted. Default false. |