Authentication

The API accepts 2 different authentication methods:

Basic (http_api_key)

Basic HTTP authentication. Base64 of client_id:client_secret. Since there can be many client_secret values, any current client_secret sufficies Allowed headers-- Authorization: Basic

  Authorization: Basic ZGVtbzpwQDU1dzByZA==

Access token (http_api_key)

Token HTTP authentication. Allowed headers-- Authorization: Bearer

  Authorization: Bearer {TOKEN}