Overview

This request allows you to retrieve the properties of a specific SMS. Use the SMS’s ID to specify which SMS you need the properties for.

The Method

API-Method
RESTGEThttps://[Your URL]/api/2.0/sms/$id
XML-RPCCallsms.GetSMS

Parameters

PropertyTypeDescriptionDefaultRequired
$idintegerThe ID of the SMS to retrieve.noneyes

Example Request

GET /api/2.0/sms/4
 HTTP/1.1
Host: local.everlytic.com
Authorization: Basic YWRtaW5pc3RyYXRvcjp2bE1lTGk2UlVJR21SQzNvaWRMZXBsc2J5RU5NRkY3Yl85OTk=

Example Response