GET
/
custom
/
datev
/
check-document-permission
curl --request GET \
  --url https://api.kombo.dev/v1/custom/datev/check-document-permission \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Integration-Id: <x-integration-id>'
{
  "status": "success",
  "data": {
    "ready": true,
    "documents_granted": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Response

200
application/json
GET /custom/datev/check-document-permission Successful response
status
enum<string>
required
Available options:
success
data
object
required