get
https://api.vcita.biz/v1/partners/reports/impressions
Overview
Query for the number of impressions per day for a given date range. The GET request will be answered by a JSON of an array of impressions_daily objects. Each impressions_daily object provides information about the number of impressions we had for a specified business account.
Available for Directory tokens only.
Authentication
Uses HTTP Token authentication. Format: Authorization: Token token="{DIRECTORY_TOKEN}"
The token must be a Doorkeeper OAuth token with directory scope.
