{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Clusters API", "version": "1.0" }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "VTex Validate document by clusters", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/dataentities/:dataEntityName/documents/:id/clusters", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "dataEntityName", "value": "", "type": "path", "description": "Name of the data entity." }, { "name": "id", "value": "", "type": "path", "description": "ID of the Document." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Checks if a document is present in one or more clusters (specific set of field values).\r\n\r\n>ℹ️ There is a limit of five rules per request. \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 recei" } ] } ], "bundled": true }