{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Settings API", "version": "1.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "VTex Get Subscription Settings", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/rns/settings", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "List the details of the settings of a given subscription." }, { "info": { "name": "VTex Edit Subscriptions settings", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/rns/settings", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edits Subscriptions settings in your store." } ] } ], "bundled": true }