Service Status

Current health and availability of the Peppol Validator API.

API health check

The API exposes a health endpoint you can monitor programmatically:

GET https://peppolvalidator.com/api/v1/health

Returns { "status": "ok" } when the service is healthy.

Infrastructure

Peppol Validator runs on Cloudflare Workers, a globally distributed edge network. Requests are processed in the data center closest to you for minimal latency. The service has no single point of failure and scales automatically.

Error handling and retry guidance

HTTP CodeMeaningRetry Strategy
200SuccessNo retry needed
400Invalid requestDo not retry. Fix the request (check error code).
500Server errorRetry with exponential backoff (1s, 2s, 4s). Max 3 retries.
503Rules unavailableRetry after 5-10 seconds. Rules are loading.

Report an issue

If you are experiencing issues with the service, please contact us at hello@peppolvalidator.com.