v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBAgentic Accounting Settings
Get Agentic Accountant Settings
Get the partner's agentic accounting configuration
get/v6/templates/agent/settings
Response
Success
Example response
{
"data": {
"agenticCFO": {
"spendManagement": true,
"trendAnalysis": true
},
"agenticAccountant": {
"financialSummaries": [
"MONTHLY",
"QUARTERLY",
"YEARLY"
],
"bankReconciliations": true
},
"agenticBookkeeper": {
"anomalyDetection": true,
"conversationalReasoning": true
},
"agenticAssistant": {
"bankConnectionErrors": true,
"accountingSupport": true
}
}
}