curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
REST API Service
Check status
Endpoint to check the status of the API
GET
/
ping
curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
Response
200 - application/json
Successful Response
Was this page helpful?