GET
/
ping
curl --request GET \
  --url https://api.dock.so:4000/{version}/ping
"pong"

Response

200 - text/html
Server is up and running

The response is of type string.

Example:

"pong"