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

FieldTypeDescription
statusstringAlways "ok" when the service is healthy
json
{
  "status": "ok"
}

Status Codes

200Service is healthy
500Internal server error