Get Statement Generator settings

Gets several key settings of Statement Generator, including the available templates, whether Invoice Settlement is enabled on the tenant, the name of the default template, and the statement cycle being used.

Responses
200
get/api/v1/fetch_settings
Request samples
Response samples
application/json
{
  • "success": true,
  • "templates": [
    ],
  • "default_template": "Default Template",
  • "default_cycle": "Month"
}