For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

How to Include the API Token

For all API requests, the API token must be provided in the Authorization header. The format for the header is as follows:

Authorization: Token YOUR_API_TOKEN

Example Using cURL

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

Example Using Postman

How to generate an API token ?

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

Get the API token

Last updated

Was this helpful?