/bff/emailer/template-type-list
Returns all available email template types with localized names. Use this to populate template type selectors in the admin UI.
EmailergetBffEmailerTemplate-type-list
Parameters
1 query
Query · 1
localestringRequiredCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
GET /bff/emailer/template-type-list
curl -X GET "https://api.bizkithub.com/bff/emailer/template-type-list?locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Template types response.
{
"items": [
{
"code": "example_code",
"name": "example_name"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.