Providers overview last 90

get

Get statistics for all providers in the caller network for the last 90 days. This is meant to answer the top level question of how the providers in a network are performing.

Authorizations
Responses
200Success
application/json
get
GET /stats/providers-overview-last-90 HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
  "lookback": 1,
  "created_time": "text",
  "uptime": {
    "ANY_ADDITIONAL_PROPERTY": 1
  },
  "transfer_data": {
    "ANY_ADDITIONAL_PROPERTY": 1
  },
  "payout": {
    "ANY_ADDITIONAL_PROPERTY": 1
  },
  "search_interest": {
    "ANY_ADDITIONAL_PROPERTY": 1
  },
  "contracts": {
    "ANY_ADDITIONAL_PROPERTY": 1
  },
  "clients": {
    "ANY_ADDITIONAL_PROPERTY": 1
  }
}

Was this helpful?