Check the API status

GET /ping

Responds a pong if the API is up and running.

Responses

  • 200 application/json

    Success

    Hide response attribute Show response attribute object
    • pong string

      Sentence about ping and pong

  • API is currently down

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