Skip to content

Health check

GET
/ping

Key-guarded probe: a 200 proves the key is valid and the management API is up.

Authorizations

X-Management-Key

The JACK_MANAGEMENT_KEY the management listener was started with.

Type
API Key (header: X-Management-Key)

Responses

The management API is up and the key is valid

application/json
JSON
{
  
"ok": true
}

Samples

Powered by VitePress OpenAPI

Released under the GPL-3.0 License.