Skip to main content

RESTful API

Authentication

All requests to this API must include the following header:

Authorization: Bearer <access_token>

To obtain the <access_token>, follow the steps below:

  1. Log in to your idibu account as normal.
  2. Access https://v3.idibu.com/c/developer; create a new application if needed.
  3. Click "Edit" next to an existing app's name.
  4. At the bottom of the app's settings page, under the "OAuth Access tokens" section, click "Generate".