http://pinpoint.{region}.amazonaws.com/v1/templates/{template-name}/{template-type}/versionsRetrieves information about all the versions of a specific message template.
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://pinpoint.{region}.amazonaws.com/v1/templates/{template-name}/{template-type}/versions' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://pinpoint.{region}.amazonaws.com/v1/templates/{template-name}/{template-type}/versionsRetrieves information about all the versions of a specific message template.
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://pinpoint.{region}.amazonaws.com/v1/templates/{template-name}/{template-type}/versions' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}