Retrieve details of a gift card
User Endpoints
Gift Card Balance
Retrieves details of a gift card based on the gift card name provided. The response includes the starting balance, ending balance, and currency. Returns an error message if the gift card is not found or has an empty balance.
POST
Retrieve details of a gift card
Documentation Index
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
The name of the gift card to retrieve.
Example:
"Summer2024"
Response
Successfully retrieved gift card details or error message

