# Get an account-level template version Retrieve the information and content of the specified version of an account-level template. Endpoint: GET /v4/templates/{template_name}/versions/{version_name} Version: 3.0.0 Security: basicAuth ## Path parameters: - `template_name` (string, required) Template name the version is for. - `version_name` (string, required) Tag of the version of the template to fetch. ## Response 200 fields (application/json): - `template` (any, required) Template details ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message ## Response 500 fields (application/json): - `message` (string, required) Response message