{ "operationId": "GetGiftCardfromGiftCardProvider", "method": "POST", "path": "/api/giftcardproviders/{giftCardProviderId}/giftcards/_search", "summary": "VTex Get GiftCard from GiftCard Provider", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "id": "262498", "provider": "GiftCardExample", "balance": 45.5, "_self": { "href": "cosmet/giftcardproviders/GiftCardExample/giftcards/262498" } } ] } ] }