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/connect/{endpoint}/{method}
curl -i -X POST \
'https://app.dibito.ch/connect/{endpoint}/{method}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{}'