Parameters
1 query
Query parameters
· 1templateCodestringRequiredTemplate type code to resolve variables for.
Example
order-confirmationReturns available placeholder variables for the given template type code.
1 query
templateCodestringRequiredTemplate type code to resolve variables for.
order-confirmation1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/emailer/template-variables
curl -X GET "https://api.bizkithub.com/bff/emailer/template-variables?templateCode=order-confirmation" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.