CASE FrameworkCASE Framework

Get SMS template by type

GET
/v1/messaging/sms-templates/{messageType}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

messageType*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/messaging/sms-templates/string"
{
  "template": {
    "id": "string",
    "userID": "string",
    "messageType": "string",
    "sentAt": "2019-08-24T14:15:22Z",
    "phoneNumber": "string"
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}