Skip to main content
POST
/
api
/
v2
/
affiliate
/
dashboard
/
statistics
/
network-summary
Get network summary
curl --request POST \
  --url 'https://{domain}/api/v2/affiliate/dashboard/statistics/network-summary?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "rangeFrom": "string",
  "rangeTo": "string",
  "breakdown": "string",
  "breakdowns": "string",
  "columns": "string"
}
'
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": [
    {
      "key": "<string>",
      "currency": "<string>",
      "current": {
        "from": 123,
        "to": 123,
        "total": 123,
        "total_partial": 123,
        "total_change": 123,
        "ranges": [
          "<string>"
        ],
        "series": [
          123
        ]
      },
      "previous": {
        "from": 123,
        "to": 123,
        "total": 123,
        "total_partial": 123,
        "ranges": [
          "<string>"
        ],
        "series": [
          123
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Query Parameters

currency
string

Currency code used to convert monetary values in the widget response.

Body

application/json
rangeFrom
string

Date range start (YYYY-MM-DD).

rangeTo
string

Date range end (YYYY-MM-DD).

breakdown
string

Breakdown type: hour, day, month, year.

breakdowns
string

Breakdown types (comma-separated).

columns
string

Requested metrics (comma-separated, e.g. clicks,cv_total,tr,total_payout).

preset
string

Time preset: today, yesterday, last7Days, last14Days, last30Days, thisMonth, lastMonth, thisYear, lastYear, allTime, custom.

filters
object

Filter criteria.

reportType
string

Report type (e.g. general, operator, broker).

Response

Network summary.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object[]