cURL
curl --request GET \ --url https://sandbox.tight.com/v6/templates/agent/settings \ --header 'Authorization: Bearer <token>'
{ "result": "SUCCESS", "data": { "agenticCFO": { "spendManagement": true, "trendAnalysis": true }, "agenticAccountant": { "financialSummaries": [ "MONTHLY", "QUARTERLY", "YEARLY" ], "bankReconciliations": true }, "agenticBookkeeper": { "anomalyDetection": true, "conversationalReasoning": true }, "agenticAssistant": { "bankConnectionErrors": true, "accountingSupport": true } } }
Get the partner’s agentic accounting configuration
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes