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:

Get the API token

Last updated

Was this helpful?