SMS Templates REST Endpoints

Notification/SMS Templates
Use this endpoint to manage the SMS templates that are used for notifications. This REST API is SCIM compliant.
Get an SMS Template
Method: get
Path: /admin/v1/SMSTemplates/{id}
HTTP Options
Method: options
Path: /admin/v1/SMSTemplates
Replace an SMS Template
Method: put
Path: /admin/v1/SMSTemplates/{id}
Search SMS Templates
Method: get
Path: /admin/v1/SMSTemplates
Search SMS Templates Using POST
Method: post
Path: /admin/v1/SMSTemplates/.search
Update an SMS Template
Method: patch
Path: /admin/v1/SMSTemplates/{id}