# Changelog 2023-10-05

## API key by parameter

An additional authentication method is introduced using a URL parameter.
[Read more](/docs/guides/authentication)

## POST content no longer needs Id

Some API like contact creation or customer update had a useless Id member.

## New webhooks

We added more webhooks to give you more control over what happens in the app.
[Read more](/docs/guides/webhooks)

## Settings API

A new settings API allows you to get all settings including timezone, logo, vat number, var mode and more.

```bash
curl -iH "x-api-key:5b26c099-5d5e-4087-90a0-722f9d5b92ee" https://api.altoviz.com/v1/settings
```

[Read more](/api#tag/settings/get/v1/Settings)

<!-- truncate -->