Check API status

GET /ping

Responds a pong if the API is up and running.

Responses

  • 200

    Success

    Responds with a pong

GET /ping
curl \
 -X GET https://api.speedvitals.com/ping
Response examples (200)
"pong"