{ "operationId": "ListAllGiftCardProviders", "method": "GET", "path": "/api/giftcardproviders", "summary": "VTex List All GiftCard Providers", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "id": "GiftCardExample", "serviceUrl": "https://api.vtex.com.br/basedevmkp", "oauthProvider": "vtex", "preAuthEnabled": true, "cancelEnabled": true, "_self": { "href": "cosmet/giftcardproviders/GiftCardExample" } }, { "id": "GiftCardExample2", "serviceUrl": "https://giftcard--cosmetics2.myvtex.com/my-provider", "oauthProvider": "vtex", "caption": "My Updated Gift Card Provider", "preAuthEnabled": true, "cancelEnabled": true, "_self": { "href": "cosmet/giftcardproviders/GiftCardExample2" } } ] } ] }