Check the API status

GET /ping

Responds a pong if the API is up and running.

Responses

GET /ping
curl \
 -X GET https://bump.sh/api/v1/ping
Response example (200)
{
  "pong": "And that's how ping-pong ball is bumped"
}