GET 17.0/app/correspondence/sms/credits

Description

Retrieves number of SMS credits available

URI Parameters

None.

None.

None.

Name Description Type Additional information
Total

integer

None.

application/json, text/json

Sample:
{
  "total": 1
}

application/xml, text/xml

Sample:
<SmsCredits xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Total>1</Total>
</SmsCredits>