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:
- Log in to your idibu account as normal.
- Access https://v3.idibu.com/c/developer; create a new application if needed.
- Click "Edit" next to an existing app's name.
- At the bottom of the app's settings page, under the "OAuth Access tokens" section, click "Generate".