{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account App Keys API", "version": "1.0" }, "items": [ { "info": { "name": "App Keys", "type": "folder" }, "items": [ { "info": { "name": "VTex Get appKeys from account", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/vlm/appkeys", "headers": [ { "name": "Content-Type", "value": "" } ] }, "docs": "Retrieves all application keys from an account. \r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-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| **P" }, { "info": { "name": "VTex Create new appKey", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/vlm/appkeys", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new pair of `appKey` and `appToken`. \r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-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| **Pr" }, { "info": { "name": "VTex Update appKey", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/vlm/appkeys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID from the appKey which will be updated" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activates or deactivates an `appKey` by its ID. \r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-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| **P" } ] } ], "bundled": true }