Skip to main content

Ping

A simple health check to verify that your Minimal server is reachable and responding. Use this before making any API calls to confirm the server is up.


Ping Minimal

GET /minimal/proof/v1/ping

Required Headers

HeaderDescription
X-Org-IdOrganisation identifier
X-Project-IdProject identifier
X-User-IdAuthenticated user's identifier
X-User-RolesComma-separated roles (e.g., admin,user)

Response

200 OK — server is reachable:

{
"message": "pong"
}

Common Errors

CodeCause
401Missing X-User-Id header
503Minimal server is not reachable — check if the service is running