Skip to main content
POST
/
cart
/
getGift
Retrieve details of a gift card
curl --request POST \
  --url https://v3.minestorecms.com/api/cart/getGift \
  --header 'Content-Type: application/json' \
  --data '{
  "gift": "Summer2024"
}'
{
  "status": true,
  "start_balance": 100,
  "end_balance": 75,
  "currency": "USD"
}

Body

application/json
gift
string
required
Example:

Response

  • Option 1
  • Option 2
status
boolean
required
Example:
start_balance
number
required
Example:
end_balance
number
required
Example:
currency
string
required
Example: