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