Introduction
Endpoint: https://my.sevdesk.de/api/v1/
sevDesk Authentication
Here you can see in the video where to find the key: https://5677.extern.sevdesk.dev/apiOverview/index.html#/doc-authen-author
The sevDesk API v1 uses a token authentication. The token is found on https://my.sevdesk.de: Settings > User > Specific user
The basic URL contains four elements. BaseURL + Controller + Version + Model: https://my.sevdesk.de/api/v1/Contact/
GET query parameters:
- limit - limits number of records
- offset - sets index where the returned entries should start
- embed - get some additional information about a model. For example, get the addresses of a contact with embed=addresses