{ "operationId": "Getaccountconfig", "method": "GET", "path": "/suggestions/configuration", "summary": "VTex Get Account's Approval Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Score": { "Approve": 80, "Reject": 30 }, "Matchers": [ { "MatcherId": "vtex-matcher", "hook-base-address": "http://portal.vtexinternal.com/api/ssm/hooks", "IsActive": true, "UpdatesNotificationEndpoint": null, "Description": null } ], "Rules": { "Item": [], "Product": [] }, "SpecificationsMapping": [], "MatchFlux": "Default" } } ] }