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
You can obtain the API token from the Dashdoc web app:
Get the API tokenKeep 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