Make a request »

SmsService.GetSmsCredits

Retrieve number of SMS credits currently left on the account. Inform whether account is configured to accept linked SMS messages. (direct) See code examples


URL Parameters

Http verb: GET
URI: Full url: http://se.api.anpdm.com/sms/v2/credits
URL parameters:
Not used

Body parameters

Body parameters
Not used

Response

Body parameters
returns
A response object that includes number of SMS credits left on the account and whether the account accepts linked SMS messages

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

AvailableSmsCredits Decimal Number of SMS credits left on the account.
LinkedSms Boolean Account setting that controls whether to accept linked SMS messages or not.
Body Example


Help

Code examples