Retrieve a specific transactional template version.
GET https://api.sendgrid.com/v3/templates/:template_id/versions/:version_id
This endpoint allows you to retrieve a specific version of a template.
Each transactional template can have multiple versions, each version with its own subject and content. Each user can have up to 300 versions across across all templates.
For more information about transactional templates, please see our User Guide.
URI Parameters
URI Parameter | Type | Description |
---|---|---|
template_id | string | The ID of the original template |
version_id | string | The ID of the template version |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |