Management APIMessaging
Save SMS template
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/messaging/sms-templates/" \ -H "Content-Type: application/json" \ -d '{}'{
"template": {
"id": "string",
"userID": "string",
"messageType": "string",
"sentAt": "2019-08-24T14:15:22Z",
"phoneNumber": "string"
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}