{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Account Provider API", "version": "1.0" }, "items": [ { "info": { "name": "Provider", "type": "folder" }, "items": [ { "info": { "name": "VTex List All GiftCard Providers", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/giftcardproviders", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" }, { "name": "REST-Range", "value": "" } ] }, "docs": "Returns a collection of gift card providers from a store.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/authentication-overview#application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r" }, { "info": { "name": "VTex Get GiftCard Provider by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/giftcardproviders/:giftCardProviderId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "giftCardProviderId", "value": "", "type": "path", "description": "Gift card provider identification." } ] }, "docs": "Returns a gift card provider from a store.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/authentication-overview#application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n\r\n| **Product*" }, { "info": { "name": "VTex Create/Update GiftCard Provider by ID", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/giftcardproviders/:giftCardProviderId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "giftCardProviderId", "value": "", "type": "path", "description": "Gift card provider identification." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a gift card provider from a store.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/authentication-overview#application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n\r\n| *" }, { "info": { "name": "VTex Delete GiftCard Provider by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/giftcardproviders/:giftCardProviderId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "giftCardProviderId", "value": "", "type": "path", "description": "Gift card provider identification." } ] }, "docs": "Delete a gift card provider from a store.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/authentication-overview#application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n\r\n| **Product**" } ] } ], "bundled": true }