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/healthReturns { "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 Code | Meaning | Retry Strategy |
|---|---|---|
200 | Success | No retry needed |
400 | Invalid request | Do not retry. Fix the request (check error code). |
500 | Server error | Retry with exponential backoff (1s, 2s, 4s). Max 3 retries. |
503 | Rules unavailable | Retry 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.