How to query the addressbook in Ozeki NG SMS Gateway

On this page you will find an example on how you can query the addressbook of a given user in Ozeki NG SMS Gateway. In the response you will find all the contacts of that given user.

Enter this address into your browser:

http://127.0.0.1:9501/api?action=getaddressbook&username=admin&password=abc123

Provide the follows:

"action": "getaddressbook"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway

The response:

<Response>
        <Action>getAddressbook</Action>
        <Data>"John Smith","+3613710150","My friend with interest in computers","Friends"
        "Anna Smith","+36204447778","The sister of John Smith","Friends"
        "Jack Nickols","+36307894561","Sales director","Friends, Employees"
        "Árvíztűrő Tükörfúrógép","+44777894187","Technical support specialis","Employees"
        "Kate Kuka","+36894612312","Secretary","Employees"
        "Bill","+3678941212",,"Family"
        "Jim","+36209999999",,
        "Ann Nikole Luis","+36207979979","The owner of an excellent restaurant","Friends"
        </Data>
        
</Response>

More information