obono.at

Provides a RESTful API for interacting with virtual cash registers and creating receipts that are conform with the Registrierkassensicherheitsverordnung (RKSV). You may find our automatically generated clients for various programming languages and environments helpful...

๐Ÿ”‘ basic 18 endpoints ecommerce
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Request a JWT access token using your obono username and password.
curl \
  -u "$API_USER:$API_PASS" \
  /auth
Retrieves a particular `Beleg` from the "Datenerfassungsprotokoll".
curl \
  -u "$API_USER:$API_PASS" \
  /belege/{belegUuid}
curl \
  -u "$API_USER:$API_PASS" \
  /export/qr/belege/{belegUuid}
Endpoints (18 total)
GET
/auth
Request a JWT access token using your obono username and password.
GET
/belege/{belegUuid}
Retrieves a particular `Beleg` from the "Datenerfassungsprotokoll".
GET
/export/qr/belege/{belegUuid}
GET
/export/pdf/belege/{belegUuid}
GET
/export/html/belege/{belegUuid}
GET
/registrierkassen/{registrierkasseUuid}
Returns information about a particular `Registrierkasse`.
GET
/export/thermal-print/belege/{belegUuid}
GET
/registrierkassen/{registrierkasseUuid}/dep
Generates a DEP file.
GET
/registrierkassen/{registrierkasseUuid}/belege
Retrieves the `Beleg` collection from the "Datenerfassungsprotokoll".
GET
/export/gobd/registrierkassen/{registrierkasseUuid}
GET
/registrierkassen/{registrierkasseUuid}/monatsbelege
Returns a list of `Monatsbelege`.
GET
/export/csv/registrierkassen/{registrierkasseUuid}/belege
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints18
Authbasic
Categories1