generated: '2026-07-11' method: searched source: openapi/zayo-group-openapi.yml docs: https://developer.zayo.com/docs/getting-started note: >- Zayo APIs use OAuth 2.0 client_credentials only; the Getting Started docs show a single standard `openid` scope in the token request and publish no granular permission scopes — access is governed by the issued client credentials (https://developer.zayo.com/docs/getting-started). schemes: - name: oauth2ClientCredentials source: openapi/zayo-group-openapi.yml flows: - flow: clientCredentials tokenUrl: https://auth.api.zayo.com/oauth/token description: |- OAuth 2.0 Client Credentials grant. Exchange client_id / client_secret at the authorization server token endpoint for a short-lived bearer token (tokens expire hourly). scopes: - scope: openid description: >- Standard OpenID Connect scope; the only scope value Zayo's docs instruct clients to include in the client_credentials token request. Zayo does not publish granular per-API permission scopes. sources: - https://developer.zayo.com/docs/getting-started