GET
/
api
/
system
/
ping
curl --request GET \
  --url https://your-bknd.io/api/system/ping
{
  "pong": true
}

Response

200 - application/json
Pong
pong
boolean
default:true
required