cURL
curl --request GET \ --url https://api.kombo.dev/v1/custom/datev/check-write-permission \ --header 'Authorization: Bearer <token>' \ --header 'X-Integration-Id: <x-integration-id>'
200
example
{ "status": "<string>", "data": { "ready": true, "error": "<string>" }}
This endpoint returns whether you can write to 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-write-permission Positive response
The response is of type object.
object