{ "operationId": "Getmatchconfig", "method": "GET", "path": "/suggestions/configuration/account/config", "summary": "VTex Get Account's Matcher Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "score": { "approve": 85, "pending": 31, "reject": 30 }, "matchers": [ { "matcherId": "example-matcher", "hook-base-address": "http://portal.vtexinternal.com.br/api/u90/hooks", "isActive": true, "updatesNotificationEndpoint": null, "description": null } ], "rules": { "item": [], "product": [] }, "specificationsMapping": [], "matchFlux": "Default" } } ] }