GET
/
sms_templates
/
{id}

Authorizations

Authorization
string
headerrequired

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
id
string
required

The ID of the SMS template

name
string
required

The name of the SMS template

message
string
required

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