{ "operationId": "GetGiftCardProviderbyID", "method": "GET", "path": "/api/giftcardproviders/{giftCardProviderId}", "summary": "VTex Get GiftCard Provider by ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "GiftCardExample", "serviceUrl": "https://api.vtex.com.br/basedevmkp", "oauthProvider": "vtex", "caption": "My Updated Gift Card Provider", "preAuthEnabled": true, "cancelEnabled": true, "_self": { "href": "cosmet/giftcardproviders/GiftCardExample" } } } ] }