Responses

  • 200 application/json

    Server is alive

    Hide response attributes Show response attributes object
GET /ping
curl \
 --request GET 'https://public-api.joinswsh.com/ping' \
 --header "x-api-key: $API_KEY"
Response examples (200)
{
  "data": {
    "message": "Pong!",
    "callerId": "11111111-1111-1111-1111-111111111111"
  },
  "warnings": [
    "Example warning"
  ]
}