Responses

  • 200 application/json

    Server is alive

    Hide response attributes Show response attributes object
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"
  ]
}