Authentication

All requests to our API need authentication

The API token must be provided as part of the http header for all requests. The Authorization field of the header should be Token YOUR_API_TOKEN :

Example of curl authenticated request
curl -X GET -H "Authorization: Token 5a4d02fad3975c169e9f538d8e733ead4069703x" "https://www.dashdoc.eu/public-api/v4/"

You can obtain the API token from the Dashdoc web app:

pageGet the API token

Keep in mind that an API token is tied to a specific company, giving access to all company's data. You can only have one active API token at any time.

Last updated