Skip to main content
GET
/
sms-templates
/
{template_id}
Get Sms Template
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/sms-templates/{template_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

template_id
string
required

Response

Successful Response