POST
/
cart
/
getGift
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

Response

200
application/json

Successfully retrieved gift card details or error message

The response is of type object.