Jump to Content
smslive247api
API Reference
Log Insmslive247api
API Reference
Log In
API Reference

SMSLive247 API v5

  • Introduction
  • API Authentication
  • Errors
  • Accounts
    • /api/v5/accountsget
    • /api/v5/accounts/{accountId}get
    • /api/v5/accountspost
    • /api/v5/accounts/{accountId}post
    • /api/v5/accounts/{accountId}del
    • /api/v5/accounts/{accountId}/passwordpost
  • Auth
    • /api/v5/auth/registerpost
  • Batch Files
    • /api/v5/batch-filesget
    • /api/v5/batch-filespost
    • /api/v5/batch-files/{fileId}get
    • /api/v5/batch-files/{fileId}del
  • Credit Transfer
    • /api/v5/credits/transferpost
  • Messages
    • /api/v5/smspost
    • /api/v5/sms/batchpost
    • /api/v5/smsget
    • /api/v5/sms/batchget
    • /api/v5/sms/{messageId}get
    • /api/v5/sms/batch/templatepost
    • /api/v5/sms/batch/pendingget
    • /api/v5/sms/batch/downloadget
    • /api/v5/sms/batch/{batchId}get
    • /api/v5/sms/batch/pending/{batchId}del
    • /api/v5/sms/batch/{batchId}/reportsget
  • Phone Book
    • /api/v5/phone-bookget
    • /api/v5/phone-bookpost
    • /api/v5/phone-book/{phoneNo}put
    • /api/v5/phone-book/{phoneNo}del
  • Sender IDs
    • /api/v5/sender-idsget
    • /api/v5/sender-idspost
    • /api/v5/sender-ids/{senderId}del
Powered by 

Errors

In advent of any error encountered, the following response will be returned:

{
   "code": "number",
   "message": "string",
   "errors": [
      {
         "field": "string",
         "message": "string"
      }
   ]
}