Simple REST API to get all your statistics and transactions programmatically.
Authorization
For your authorization, you need a token. In order to receive a token please read advanced API - Get an access token.
Endpoints
/statistics
Get a list of all statistics parameter.
* HTTP GET
* Querystring
* page: number
* siteId: number
* startDate: string (YYYY-MM-DD)
* endDate: string (YYYY-MM-DD)
* programId?: number
* format?: 'json' | 'csv' = 'json'
* size?: number (size <= 100) (page size)
Example response:
...