Skip to main content
GET
/
networks
/
dashboard
/
summary
Get Dashboard Summary
curl --request GET \
  --url https://api.eflow.team/v1/networks/dashboard/summary \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "revenue": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "payout": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "profit": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "click": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "conversion": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "event": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "gross_sales": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "gross_click": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "impression": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "invalid_click": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "duplicate_click": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "unique_click": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "view_through_conversion": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "approved_conversion": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "throttled_conversion": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123,
    "trending_percentage": 123
  },
  "margin": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "cvr": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "evr": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "cpc": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "epc": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "rpc": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "rpm": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "cpm": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  },
  "ctr": {
    "today": 123,
    "yesterday": 123,
    "current_month": 123,
    "last_month": 123
  }
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json

OK

revenue
object
payout
object
profit
object
click
object
conversion
object
event
object
gross_sales
object
gross_click
object
impression
object
invalid_click
object
duplicate_click
object
unique_click
object
view_through_conversion
object
approved_conversion
object
throttled_conversion
object
margin
object
cvr
object
evr
object
cpc
object
epc
object
rpc
object
rpm
object
cpm
object
ctr
object