Skip to main content
GET
/
custom
/
datev
/
health-insurances
Get available health insurers from DATEV.
curl --request GET \
  --url https://api.kombo.dev/v1/custom/datev/health-insurances \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Integration-Id: <x-integration-id>'
{
  "status": "<string>",
  "data": {
    "health_insurers": [
      {
        "id": -1.7976931348623157e+308,
        "name": "<string>",
        "company_number_of_health_insurer": "<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

GET /custom/datev/health-insurances Positive response

status
string
required
Allowed value: "success"
data
object
required