bimetricsEntwickler
Tarif

Tarif und Kontingent lesen

Als Markdown ansehen

Benötigte Berechtigung:read(Daten lesen)

GET
/api/entitlement/

Liefert Tarif, Grenzen und die aktuelle Nutzung der Firma. Ein einfacher erster Aufruf, um Schlüssel und Verbindung zu prüfen.

Benötigt einen Schlüssel mit der Berechtigung read.

Authentifizierung

AuthentifizierungBearer <token>

Empfohlen: Authorization: Bearer bm_…. Der Schlüssel wird nur einmal angezeigt; nie in URLs, Logs oder Frontend-Code ablegen.

In: header

Antworten

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://app.bimetrics.de/api/entitlement/"
{  "active": true,  "addonCompanies": 0,  "creditsIncluded": 0,  "features": {    "bimiBot": true,    "mcp": true,    "prioritySupport": true,    "rules": true  },  "limits": {    "bankAccounts": 0,    "companies": 0,    "documents": 0,    "users": 0  },  "period": {    "end": "2019-08-24T14:15:22Z",    "start": "2019-08-24T14:15:22Z"  },  "tier": "solo",  "usage": {    "bankAccounts": 0,    "companies": 0,    "creditsBalance": 0,    "documentsPeriod": 0,    "users": 0  },  "usageScope": "monthly"}