DocsAPI ReferenceEmailer/bff/emailer/template-type-list
getEmailerAdmin BFF

/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

1 total
Query · 1
localestringRequired

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-type-list

get
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.

Get API Key