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

/bff/emailer/template-type-detail

Returns the per-locale view of one template type — the system default (if any) and all of the organisation's custom overrides for each enabled locale. Powers the admin template type detail page with locale tabs.

EmailergetBffEmailerTemplate-type-detail

Parameters

2 query

2 total
Query · 2
typeCodestringRequired

Template type code (e.g. order-status-notification).

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

get
curl -X GET "https://api.bizkithub.com/bff/emailer/template-type-detail?typeCode=order-status-notification&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