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: getPath:
/admin/v1/SMSTemplates/{id} - HTTP Options
- Method:Path:
/admin/v1/SMSTemplates - Replace an SMS Template
- Method: putPath:
/admin/v1/SMSTemplates/{id} - Search SMS Templates
- Method: getPath:
/admin/v1/SMSTemplates - Search SMS Templates Using POST
- Method: postPath:
/admin/v1/SMSTemplates/.search - Update an SMS Template
- Method: patchPath:
/admin/v1/SMSTemplates/{id}