DocsAPI ReferenceEmailer/bff/emailer/template-coverage
getEmailerAdmin BFF

/bff/emailer/template-coverage

Returns the catalogue of all template types and, for each one, whether the organisation has a custom override and whether a system default exists, broken down per the organisation's enabled locales. The optional locale query parameter only controls which dictionary is used for the type names; the coverage matrix itself is computed from the organisation's configured locales.

EmailergetBffEmailerTemplate-coverage

Parameters

1 query

1 total
Query · 1
localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

GET /bff/emailer/template-coverage

get
curl -X GET "https://api.bizkithub.com/bff/emailer/template-coverage?locale=cs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key