Templates
Get template translation keys
Get translation keys for a specific template. Returns all translatable text keys found in the template structure.
get/templates/translation_keys/{uid}
Path parameters
uidstring required
Template UID
Query parameters
format'full' | 'compact'
Response format - 'full' for detailed array, 'compact' for key:value pairs
Response
successful operation
Example response
{
"status": "success"
}Changes
No recorded changes to this endpoint across all 12 revisions of this API.