Check the API status

GET /ping

Responds a pong if the API is up and running.

Responses

  • default

    API is currently down

  • 200

    Success

    Hide response attribute Show response attribute object
    • pong string

      Sentence about ping and pong

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