Skip to main content
GET
/
distributions
/
count
Get Distribution Count
curl --request GET \
  --url https://api.tenbyte.io/v1/cdn/distributions/count \
  --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.

Headers

Authorization
string

Query Parameters

page
string
limit
string
filter[cname][eq]
string

Response

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