Zayo · OAuth Scopes

Zayo OAuth Scopes

OAuth 2.0 searched

Zayo publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Zayo API on a user’s behalf.

Tokens are issued from https://auth.api.zayo.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyTelecommunicationsNetworkingConnectivityFiberInfrastructureBandwidthCloud ConnectivityOrderingTicketing
Scopes: 1 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://auth.api.zayo.com/oauth/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
openid openid scope clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/zayo-openapi-original.yml
docs: https://developer.zayo.com/docs/getting-started
notes: >-
  Zayo's client-credentials flow offers a single scope, openid. No finer-grained
  permission/scope reference is published; access is provisioned per client_id.
schemes:
- name: OAuthClientCredentials
  source: openapi/zayo-openapi-original.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.api.zayo.com/oauth/token
  description: OAuth 2.0 using the Client Credentials grant type.
scopes:
- scope: openid
  description: openid scope
  flows:
  - clientCredentials
  sources:
  - openapi/zayo-openapi-original.yml