Authentication
Last updated
Last updated
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
:
You can obtain the API token from the Dashdoc web app:
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.