v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
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

statusstring
translationsobject

Key-value pairs of translations (when format=compact)

Example response

{
  "status": "success"
}