DocsAPI ReferencePing/api/v1/ping/health
getPingPublic API v1

/api/v1/ping/health

Performs basic health checks (database connectivity, etc.) and returns success if all checks pass.

pinggetApiV1PingHealth

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /api/v1/ping/health

get
curl -X GET "https://api.bizkithub.com/api/v1/ping/health" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key