Get a transactional group
Transactional groups
Get a transactional group
Retrieve a single transactional group by ID, including its name, description, and metadata, to inspect how transactional emails are organized.
GET
Get a transactional group
Request
Path parameters
The ID of the transactional group.
Response
Success
The transactional group ID.
The group name.
The group description.
ISO 8601 timestamp for when the group was created.
ISO 8601 timestamp for when the group was last updated.
Error
A400 Bad Request is returned if id is invalid.
A 404 Not Found is returned if the transactional group does not exist.
If the API key is invalid (or content API is not enabled for your team), a
401 Unauthorized is returned.
An error message describing what went wrong.
Last modified on June 22, 2026

