GET/v1/health
Health
Check if the API is up and running. No authentication required.
Request
curl https://api.synposter.com/v1/health \
-H "x-api-key: YOUR_API_KEY"No headers or body required.
Response
| Field | Type | Description |
|---|---|---|
| status | string | Always "ok" when the service is healthy |
json
{
"status": "ok"
}Status Codes
| 200 | Service is healthy |
| 500 | Internal server error |