Skip to main content
GET
/
distributions
Get Distribution List
curl --request GET \
  --url https://api.tenbyte.io/v1/cdn/distributions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "created_at": "2025-08-18T06:04:15Z",
      "description": "Seeded distribution 94399",
      "updated_at": "2025-08-18T06:04:45Z",
      "domain_type": "managed",
      "name": "Distribution #94399",
      "cname": "smartroute.tenbytecdn.com",
      "domain": "tb-uhlpi0becq.tenbytecdn.com",
      "status": "active",
      "cache_strategy": "dynamic",
      "organization_id": "dd48af2e-7eb5-46c6-b12d-82001e35a574",
      "id": "000075b4-36ef-47da-9443-7d5742bc7a95",
      "is_acme_challenge_valid": true,
      "enable_ssl": true,
      "le_issue": true,
      "is_redirect_http_to_https": true,
      "is_http2": true,
      "is_cname_valid": false,
      "is_http3": true
    },
    {
      "created_at": "2025-08-18T06:04:15Z",
      "description": "Seeded distribution 8999",
      "updated_at": "2025-08-18T06:04:18Z",
      "domain_type": "managed",
      "name": "Distribution #8999",
      "cname": "smartroute.tenbytecdn.com",
      "domain": "tb-dkmbyy0d8d.tenbytecdn.com",
      "status": "provisioning",
      "cache_strategy": "custom",
      "organization_id": "7cbdca03-5950-458b-9a97-005691cd64b4",
      "id": "00011542-0b0e-4bf9-a369-8c1baeba8e32",
      "is_acme_challenge_valid": false,
      "enable_ssl": true,
      "le_issue": true,
      "is_redirect_http_to_https": true,
      "is_http2": true,
      "is_cname_valid": true,
      "is_http3": true
    },
    {
      "created_at": "2025-08-18T06:04:15Z",
      "description": "Seeded distribution 9849",
      "updated_at": "2025-08-18T06:04:18Z",
      "domain_type": "custom",
      "name": "Distribution #9849",
      "cname": "smartroute.tenbytecdn.com",
      "domain": "tb-hwdcfpsz3m.tenbytecdn.com",
      "status": "disabled",
      "cache_strategy": "live",
      "organization_id": "66dfacfe-e0c7-4c62-b0d0-a853341df6ee",
      "id": "0001559a-6255-4731-81f2-90e386026824",
      "is_acme_challenge_valid": true,
      "enable_ssl": true,
      "le_issue": true,
      "is_redirect_http_to_https": true,
      "is_http2": true,
      "is_cname_valid": true,
      "is_http3": true
    },
    {
      "created_at": "2025-08-18T06:04:15Z",
      "description": "Seeded distribution 81829",
      "updated_at": "2025-08-18T06:04:41Z",
      "domain_type": "managed",
      "name": "Distribution #81829",
      "cname": "smartroute.tenbytecdn.com",
      "domain": "tb-pm38xm08f8.tenbytecdn.com",
      "status": "active",
      "cache_strategy": "custom",
      "organization_id": "18498b73-a1db-481c-8c23-262166b3a96d",
      "id": "00016131-549e-4235-b325-d17a0e11f0c4",
      "is_acme_challenge_valid": true,
      "enable_ssl": true,
      "le_issue": false,
      "is_redirect_http_to_https": true,
      "is_http2": true,
      "is_cname_valid": false,
      "is_http3": false
    },
    {
      "created_at": "2025-08-18T06:04:15Z",
      "description": "Seeded distribution 21994",
      "updated_at": "2025-08-18T06:04:21Z",
      "domain_type": "system",
      "name": "Distribution #21994",
      "cname": "smartroute.tenbytecdn.com",
      "domain": "tb-oclcrivsom.tenbytecdn.com",
      "status": "active",
      "cache_strategy": "live",
      "organization_id": "68fa2c9d-0e97-4a92-b773-6f6faf4bdb9f",
      "id": "00021e15-95eb-4065-bec3-a8aef676fdde",
      "is_acme_challenge_valid": false,
      "enable_ssl": true,
      "le_issue": true,
      "is_redirect_http_to_https": true,
      "is_http2": true,
      "is_cname_valid": true,
      "is_http3": true
    }
  ],
  "meta": {
    "links": {
      "self": "/distributions?limit=5&page=1",
      "first": "/distributions?limit=5&page=1",
      "next": "/distributions?limit=5&page=2",
      "last": "/distributions?limit=5&page=20000"
    },
    "pagination": {
      "page": 1,
      "page_size": 5,
      "total": 100000,
      "total_pages": 20000
    }
  },
  "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