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/events/processing-status-changed
curl -i -X GET \
'https://app.dibito.ch/api/v1/events/processing-status-changed?lastEventId=0&limit=100' \
-H 'X-API-Key: YOUR_API_KEY_HERE'
[ { "id": 12345, "timestamp": "2015-01-01T10:00Z", "businessCaseId": 0, "businessCaseSixId": "BCID0FB909852BBC4D06AD8336AAE87D7FC9", "newStatus": "OPEN" } ]