Pre-requisites

You'll find here the relevant info for a quick start with the broadpeak.io APIs

API Key

Calls to our APIs are authenticated and authorized with the use of an API key, which is unique to you.

You provide the API key as a bearer token in the Authorization header of the relevant HTTP call.
For example to list all sources in your account with the command line tool curl, you will add the header in the following way:

curl --request GET \
     --url https://api.broadpeak.io/v1/sources \
     --header 'accept: application/json' \
     --header 'authorization: Bearer YOUR-API-KEY'

Generate your API key

If you have not generated your API key yet, you can do so in the Account Settings section under the API keys tab.
The key type is "bearer Token" and gives all access right for API calls on your broadpeak.io account. Make sure to save it somewhere safe. For security reason, it will not be shared with you again.