BizKitHub
DocsAPI ReferenceService/api/service/status-page
getServiceService

/api/service/status-page

Internal API endpoints for micro-service architecture.

servicegetApiServiceStatus-page

Parameters

2 query

Query parameters

· 2
apiKeystringRequired
Exampleexample_apiKey
hoststringRequired
Exampleexample_host

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /api/service/status-page

get
curl -X GET "https://api.bizkithub.com/api/service/status-page?apiKey=example_apiKey&host=example_host" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key