Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Second was to support to Agency wide daily data requests:

  1. Daily Inventory Information Listed By Advertiser

  2. Daily Sold report to provide a list of yesterday’s sold inventory

All the API calls return data scoped to the client that is sending the request, in order to access the data, the user must authenticate with the client_id and an automatically generated token that they must request to the dev team.

...

All of the client endpoints are under the https://api.hootinteractive.net/cli_api/<EndPoint>.

In order to access them you have to authenticate using Basic Auth with user:<client_id> and password:<token>. The request for a token is a manual request. Please submit requests to support@hootinteractive.com and we will provide your credentials within 24 hours of receipt.

...