Public
Documentation Settings

DAKboard API

The DAKboard API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Requests

  • All requests should be made using HTTPS.
  • Standard form-encoded request body for POST/PUT requests.
  • All parameters are required unless otherwise specified.

Response

  • Data returned in JSON.
  • Any non-200 HTTP response code can be considered an error.

Authentication

The DAKboard API uses API keys to authenticate requests. You can view and manage your API keys in your DAKboard account.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

All requests must include an API key in the URL as a parameter in the following format: api_key=yourAPIkey.

Updates and Versioning

The DAKboard API is updated frequently as new functionality is added. When we make backwards-incompatible changes to the API, we release a new, numbered version. The current version is 2.

If there's a feature or functionality you'd like to see, please contact our support team at contact@dakboard.com to submit a feature request.

Loading