<< Go Back to the Main Developer Page
You request a certain number of pong's and it will respond with a string of pongs separated by spaces. The ping command is used for testing your connection to the SlideBomb API and authentication of your credentials.
| Arguments |
| name |
values |
description |
| count* |
(0,20] |
The number of pongs that should be returned |
| Response |
| name |
values |
description |
| status |
{OK,ERROR} |
Whether the command succeeded or failed |
| statustext |
|
The error if failed or notes if succeeded |
| response |
|
The string containing the pongs separated by spaces |