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
| Header | Description |
|---|---|
X-Org-Id | Organisation identifier |
X-Project-Id | Project identifier |
X-User-Id | Authenticated user's identifier |
X-User-Roles | Comma-separated roles (e.g., admin,user) |
Response
200 OK — server is reachable:
{
"message": "pong"
}
Common Errors
| Code | Cause |
|---|---|
401 | Missing X-User-Id header |
503 | Minimal server is not reachable — check if the service is running |