JSON HLR

By
{
    "status":"OK",
    "statusCode":0,
    "mobilenumber":"0870000000",
    "customerid":"-1",
    "acceptedDateTime":"2017-08-29T12:26:56.1348586+01:00"
}

Read more

JSON VERIFY CODE

By
{
    "status":"OK",
    "statusCode":0,
    "message":{
        "recipient":"353852455041",
        "code":"78b6",
        "expireDatetime":"29/08/2017 13:42:52",
        "status":"VERIFIED",
        "verifiedDate":"29/08/2017 11:43:31"
    }
}

Read more

JSON VERIFY SEND RESPONSE

By
{
    "status":"OK",
    "statusCode":0,
    "acceptedDateTime":"2017-08-29T09:23:47.4120695+01:00",
    "message":
    {
        "senderid":"Sendmode",
        "messagetext":"This is your code",
        "recipient":"0852455041",
        "tokenLength":0,
        "timeout":0
    }
}

Read more

IMPORT JSON

By
{
    "status":"OK",
    "statusCode":0,
    "acceptedDateTime":"2017-08-28T13:42:02.1757174+01:00",
    "group":"HELLO WORLD",
    "importdata":{
        "mobilenumber":"0870000000",
        "firstname":"Hello World",
        "surname":null,
        "address":null,
        "town":null,
        "county":null,
        "email":null,
        "custom1":null,
        "custom2":null,
        "businessname":null,
        "dateofbirth":null
    }
}

Read more

JSON ERROR

By
{
    "status":"EXPECTED_PARAMETER_MISSING",
    "statusCode":195,
    "error":"You do not have all the required variables in your [message] data"
}

Read more

JSON Send

By
{
    "status":"OK",
    "statusCode":0,
    "acceptedDateTime":"2017-08-25T12:51:01.1808223+01:00",
    "message":{
        "senderid":"Sendmode",
        "messagetext":"Hello World",
        "customerid":null,
        "scheduledate":null,
        "recipients":["0870000000"]
    }
    
}

Read more