API Reference

Here's the basics of how our API works and how you can get started.

Registering your app

If you'd like to build an integration with Dropboard, please reach out to us and answer the following questions:

  1. Are you building an integration for private use or to take action as an app on the behalf of other users?
  2. What is your company or product's website?
  3. How will your integration benefit Dropboard users?

Once we approve your integration, we will send you a client ID and secret.

Authentication

Dropboard uses OAuth v2 for authentication. Every API request requires a value for the Authorization header that includes an active access token. Ergo: Bearer <token goes here>

The oauth urls you will need are:

Token url:
https:///api.dropboardhq.com/2024-02/oauth/token

Authorize url
https://dropboardhq.com/oauth/authorize