URL
Codeblock GmbH
The Dibito REST API provides services to submit, verify and deliver eBills. The API is designed to be used by biller integrations.
https://app.dibito.ch/
https://app.dibito.ch/api/v1/healthcheck/ebill
curl -i -X GET \
https://app.dibito.ch/api/v1/healthcheck/ebill \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Healthcheck successful
response message from health check
according to RFC3339, section 5.6 in ISO 8601 with timezone and milliseconds
the version of the eBill infrastructure
{ "message": "The healthcheck GET request was successfully received and processed", "requestDateTime": "2018-10-03T16:03:09.101+02:00", "receivedHeaders": [ { … } ], "environmentStage": "XE", "applicationVersion": "1.4.3.0-desire-20180927091004161-71-5e3ca91", "apiVersion": "1.0.23", "maintenanceWindows": [ { … } ] }