Skip to main content
GET
/
distributions
/
stats
Get Distribution Stats
curl --request GET \
  --url https://api.tenbyte.io/v1/cdn/distributions/stats \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "count": 3
  },
  "message": "Request processed successfully.",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
data
object
required
message
string
required
success
boolean
required