Notifications
Create, publish, and inspect notification templates, their groups, and versions.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/notifications/templates | Create template |
GET | /v1/notifications/templates | List templates |
GET | /v1/notifications/templates/{templateId} | Get template by ID |
GET | /v1/notifications/templates/{templateKey} | Get template |
GET | /v1/notifications/templates/groups | List template groups |
PUT | /v1/notifications/templates/{id} | UpdateDraftTemplate |
POST | /v1/notifications/templates/{id}/publish | PublishTemplate |
GET | /v1/notifications/templates/{templateId}/versions | List template versions by ID |
GET | /v1/notifications/templates/{templateKey}/versions | List template versions by key |