Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zayo Quote API

Grow your footprint by reviewing Zayo products in our Product Catalog API, generating quotes with our Quoting API, and automating the ordering process through the Order API.

Zayo Quote API is one of 8 APIs that Zayo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Quote. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 3 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.zayo.com.

3 operations 3 paths 5 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.zayo.com
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Zayo Quote API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerToken). It supports OAuth 2.0 (OAuthClientCredentials) using the clientCredentials flow, exposing 1 scope. By default, every request must be authenticated.

  • BearerToken — Bearer token authentication.
  • OAuthClientCredentials — OAuth 2.0 using the Client Credentials grant type.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Quote 3

Grow your footprint by reviewing Zayo products in our Product Catalog API, generating quotes with our Quoting API, and automating the ordering process through the Order API.

POST
/services/quote-management/v3/quotes/quote
Create or edit quote
requestQuote body → 200400
GET
/services/quote-management/v3/quotes/quote/{quoteId}
Get quote details
getQuoteDetails 1 param → 200400
POST
/services/quote-management/v2/quotes/nnis
View all NNI records
getNNIs body → 200400

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are uniCloudLinkQuoteResponse (2 properties), 400Response (2 properties), uniQuoteRequest (2 properties), uniCloudLinkQuoteRequest (2 properties). Each schema is shown below with its type and property counts.

uniQuoteResponse
object
2 properties
uniCloudLinkQuoteRequest
object
2 properties
uniQuoteRequest
object
2 properties
400Response
object
Bad Request
2 properties
uniCloudLinkQuoteResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zayo-quote-api-openapi.yml Raw ↑

Other APIs Zayo publishes across the network.

Zayo Maintenance Cases API
Zayo Network Discovery API
Zayo Order API
Zayo Product Catalog API
Zayo Service Inventory API
Zayo Ticket Catalog API
Zayo Ticketing API