GET
/
sms_templates
/
{id}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the SMS template

Response

200 - application/json
estimated_segments
object
required

The estimated number of segments of each type. Has keys sms and mms

estimated_sms_segments
integer
required

The estimated number of SMS segments

id
string
required

The ID of the SMS template

message
string
required

The message of the SMS template. Variables are supported via {{ variableName }}

name
string
required

The name of the SMS template