Skip to main content
GET/transactional-api/list-communication-templates

List Communication Templates

Returns all communication templates with their current status and active version reference.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 Communication templates.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"identifier": "string",
"status": "draft",
"currentVersionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]