Dibito REST API (1.1)

The Dibito REST API provides services to submit, verify and deliver eBills. The API is designed to be used by biller integrations.

Product Website

https://www.dibito.ch

API Key

This API requires an API key to be passed in the `X-API-Key` header.
Generate your API key in the Dibito application under "Dibito -> API Keys".

Further Informations

Consult our documentation for futher informations about creating and handling eBills.
Download OpenAPI description
Languages
Servers
Generated server url

https://app.dibito.ch/

00 Examples

Operations

10 Business Cases

Operations

20 Bill Recipients

Operations

21 Bill-Recipient Subscriptions

Operations

30 Events

Operations

31 SIX Events

Operations

40 Webhook Management

Operations

90 PDF

Operations

Converts a PDF to a PDF/A-3b document if possible

Request

Security
X-API-Key
Bodyapplication/pdfrequired
bodystring(binary)

PDF as binary data

curl -i -X POST \
  https://app.dibito.ch/api/v1/pdf/pdfa3b/convert \
  -H 'Content-Type: application/pdf' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '[object Object]'

Responses

Business case found

Bodyapplication/pdf
any

Converts a PDF to a PDF/A-3b document if possible

Request

Security
X-API-Key
Bodymultipart/form-data
filestring(binary)required

PDF file

curl -i -X POST \
  https://app.dibito.ch/api/v1/pdf/pdfa3b/convert/file \
  -H 'Content-Type: multipart/form-data' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -F file=string

Responses

Business case found

Bodyapplication/pdf
any

98 Health Check

Operations

99 Authentication

Operations

webhooks

Webhooks

endpoint-controller

Operations