Skip to main content
GET
/
ok
Health Check
curl --request GET \
  --url https://api.b-bot.space/api/v2/ok \
  --header 'bbot-api-key: <api-key>'
{
  "ok": true
}

Authorizations

bbot-api-key
string
header
required

API key for authentication

Query Parameters

check_db
enum<integer>
default:0

Whether to check database connectivity (0=false, 1=true)

Available options:
0,
1

Response

Success

ok
boolean
required

Indicates the server is healthy