CURA-BHV

A new dimension in emergency response services.

Sign in Explore APIs

Our APIs

Public Api

Integrate your digital process into our processes for faster and easier workflows

Try it out

Our API is made to connect your existing system with our system. By connecting with our system it is possible to add data from your existing employee DB to ours.

e.g. adding a new employee to our database using the POST 'Create a person'.

POST /public/person
{
"externalCode": "12345",
"firstName": "ExampleName",
"initials": "ExampleInitials",
"surName": "ExampleSurname",
"middleName": "ExampleMiddleName",
"gender": "ExampleGender",
"dateOfBirth": "01-01-1980",
"placeOfBirth": "ExamplePlaceOfBirth",
"maidenName": "ExampleMaidenName",
....
}