Notification Templates REST Endpoints

Notification Templates

REST API endpoints for Notification Templates

Create a Notification Template
Method: post
Path: /api/v2/notification_templates/
Delete a Notification Template
Method: delete
Path: /api/v2/notification_templates/{id}/
List Notification Templates
Method: get
Path: /api/v2/notification_templates/
List Notifications for a Notification Template
Method: get
Path: /api/v2/notification_templates/{id}/notifications/
Retrieve a Notification Template
Method: get
Path: /api/v2/notification_templates/{id}/
Update a Notification Template
Method: patch
Path: /api/v2/notification_templates/{id}/
Update a Notification Template
Method: put
Path: /api/v2/notification_templates/{id}/
Notification Templates Copy Create
Method: post
Path: /api/v2/notification_templates/{id}/copy/
Notification Templates Copy List
Method: get
Path: /api/v2/notification_templates/{id}/copy/
Test a Notification Template
Method: post
Path: /api/v2/notification_templates/{id}/test/