Skip to main content
GET
/
v2
/
datev-duo
/
connections
Verbindungen
curl --request GET \
  --url https://api.business-os.de/v2/datev-duo/connections \
  --header 'x-api-key: <api-key>'
{
  "connections": [
    {
      "id": "abbc18fd-ba5e-4dfd-afc4-9dec0c0ad145",
      "bezeichnung": "Mandant Müller GmbH",
      "status": "connected",
      "verbunden_seit": "2026-04-05T21:47:29Z",
      "erstellt_am": "2026-03-27T09:31:04Z"
    },
    {
      "id": "8e563966-79d1-4dbf-9d7f-f23e43351bdd",
      "bezeichnung": null,
      "status": "pending",
      "verbunden_seit": null,
      "erstellt_am": "2026-04-01T10:00:00Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Dein Business OS API Key. Erstelle einen unter app.business-os.de → API Keys.

Response

Liste der Verbindungen

connections
object[]