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