Authentication

To use the API You’ll need to first create an API Client, which will give you the necessary client_key and client_secret for your app. The API supports several authentication methods, but at least a client_key is necessary for all of them, so it should be your first step.

Create an API Client

We recommend using OAuth where possible, and require that any client that’s made public (dashboard integration, native app, etc.) use OAuth to protect the safety of our user’s credentials.

The API supports the following authentication methods:

  1. OAuth 2.0
  2. OAuth 1.0
  3. HTTP Authentication