Skip to main content
GET
/
service
/
{tenant_name}
/
sdr
Get Tenant Sdr
curl --request GET \
  --url https://api.example.com/service/{tenant_name}/sdr \
  --header 'Authorization: Bearer <token>'
{
  "is_enable": true,
  "rate": 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

is_enable
boolean
required
rate
integer
required