Health Check
Check the API health status. No authentication required.
GET /api/v1/healthRequest
No headers or body required.
bash
curl https://shotprose.com/api/v1/healthResponse
json
{
"status": "ok",
"timestamp": "2025-01-15T10:30:00.000Z",
"version": "1"
}| Field | Type | Description |
|---|---|---|
status | string | Always ok when the API is operational |
timestamp | string | Current server time (ISO 8601) |
version | string | API version |
Use Cases
- Uptime monitoring
- Load balancer health checks
- Pre-flight checks before batch operations