Ping the server
GET /ping
curl \
-X GET https://public-api.joinswsh.com/ping
Response examples (200)
{
"data": {
"message": "Pong!",
"callerId": "11111111-1111-1111-1111-111111111111"
},
"warnings": [
"Example warning"
]
}