Comment on page
sevDesk
Endpoint:
https://my.sevdesk.de/api/v1/
- 1.Go to Users under https://my.sevdesk.de/#/admin/userManagement or under Settings > User
- 2.Click on the User you want to get the API key for
- 3.In the pop-up window, copy the API key and include it in Locoia
The sevDesk API v1 uses a token for 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 recordsoffset
- sets index where the returned entries should startembed
- get some additional information about a model. For example, get the addresses of a contact withembed=addresses
Last modified 1yr ago