# Returns the default customer balance statement template Returns the default customer balance statement template Endpoint: GET /statements/{tenantId}/defaultStatementTemplate Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The tenant ## Response 200 fields (application/json): - `email` (object) - `email.bcc` (string) Anyone that should be bcc'ed on the email - `email.body` (string, required) The email body - `email.cc` (string) Anyone that should be cc'ed on the email - `email.from` (string) From email address - `email.from_name` (string) From name - `email.reply_to` (string) The reply to - `email.subject` (string, required) The email subject - `template` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields