{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Gift List API", "version": "1.0" }, "items": [ { "info": { "name": "Gift List", "type": "folder" }, "items": [ { "info": { "name": "VTex Get Gift list", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/addon/pvt/giftlist/get/:listId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "listId", "value": "", "type": "path", "description": "Gift list unique numerical identifier." } ] }, "docs": "Retrieves information about a Gift list by its ID." } ] } ], "bundled": true }