PING command

The "ping" command can be used for testing purposes, for checking that an external app can issue valid commands and process responses. This way some tests can be performed before issuing more complex requests.

When the command is processed correctly, a new entry will be appended to the account log (this way the Accolades server confirms that the requests was processed ok).

Command structure

To start the request, a http request must be sent to the url:

https://client.voipit.ro/<accountNumber>/ping/

The following parameters will be sent, using the POST method:

password
the API password for this account.

Server response

If the request was processed successfully then the server will append a new entry to the account log and a JSON package will be sent back:

{ "type" : "pong" }