GET
/
ping
Ping service
curl --request GET \
  --url http://localhost:14400/ping
"pong"

Response

200 - text/plain

Pong response

The response is of type string.

Example:

"pong"