cURL
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>'
200
Example
{ "status": "<string>", "data": { "ready": true, "documents_granted": [ "<string>" ] }, "warnings": [ { "message": "<string>" } ]}
This endpoint returns the available document types for this DATEV integration.
Create an API key on the Secrets page in the Kombo dashboard.
ID of the integration you want to interact with.
GET /custom/datev/check-document-permission Positive response
"success"
Show child attributes
These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.
Was this page helpful?