Skip to main content
GET
/
tenant
/
{tenant_name}
/
max_bandwidth
Get tenants L2 max bandwidth
curl --request GET \
  --url https://api.example.com/tenant/{tenant_name}/max_bandwidth \
  --header 'Authorization: Bearer <token>'
{
  "max_bandwidth": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.zayo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

Response

Successful Response

max_bandwidth
integer
required