v1

latestOpenAPI 3.1.02026-07-24173271.4 KB
reports

Transactions

This endpoint is used to query all commission events (transactions) that have occurred or been updated on a specified date. This data can be used to see individual link performance, actualized earnings, individual site performance and more, all in real-time.

get/reports/transactions

Query parameters

clickDatestring date

Click date for filtering

commissionDatestring date

Commission date for filtering

updateDatestring date

Update date for filtering

campaignIdsstring

Comma separated list of campaign IDs

merchantGroupIdsstring

Comma separated list of merchant group IDs

programType'CPC' | 'CPA'

Type of program (CPA/CPC)

Response

successful operation

Example response

{
  "transactions": [
    {
      "merchandise": [
        {
          "price": 100.99,
          "quantity": 10
        }
      ]
    }
  ]
}