Alianza Supported Rate Centers by Alianza and specified carrier API

The Supported Rate Centers by Alianza and specified carrier API from Alianza — 1 operation(s) for supported rate centers by alianza and specified carrier.

Operations 1

GET /v2/supported-rate-centers Get carrier-supported rate centers by proximity #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/alianza-supported-rate-centers-by-alianza-and-specified-carrier-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

alianza-supported-rate-centers-by-alianza-and-specified-carrier-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Supported Rate Centers by Alianza and specified carrier API
  version: '2'
  description: 'Operations tagged Supported Rate Centers by Alianza and specified carrier across 2 of this provider''s published API definitions: alianza-apidocs-swagger2-original.json, alianza-supported-rate-centers-by-alianza-and-specified-carrier-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.d2.alianza.com
  description: Base URL reconciled from _original
tags:
- name: Supported Rate Centers by Alianza and specified carrier
paths:
  /v2/supported-rate-centers:
    get:
      tags:
      - Supported Rate Centers by Alianza and specified carrier
      summary: Get carrier-supported rate centers by proximity
      description: ''
      operationId: getClosestAvailableRateCenters
      parameters:
      - name: X-AUTH-TOKEN
        in: header
        required: false
        schema:
          type: string
      - name: type
        in: query
        required: false
        schema:
          type: string
          enum:
          - LEVEL_3
          - NO_API
          - E911
          - TELUS
          - TELUS_API
          - TELUS_ONEVOICE
          - PROVTEL
          - VERIZON_CARIANZA
          - ONVOY_CARIANZA
          - LEVEL3_CARIANZA
          - BANDWIDTH
          - LUMEN_IMS
          - LUMEN_VOICE_LI_ELS
          - SINCH
          - SERVICE_PROVIDER_CARRIER
      - name: latitude
        in: query
        required: false
        schema:
          type: number
          format: double
      - name: longitude
        in: query
        required: false
        schema:
          type: number
          format: double
      - name: state
        in: query
        required: false
        schema:
          type: string
      - name: maxResults
        in: query
        required: false
        schema:
          type: integer
          format: int32
          default: 5
      - name: distanceUnit
        in: query
        required: false
        schema:
          type: string
          enum:
          - MILES
          - KILOMETERS
          - RADIANS
          default: MILES
      - name: busOrgId
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            originalRef: RateCenterSearchViewX
            $ref: '#/components/schemas/RateCenterSearchViewX'
          content:
            application/json:
              schema:
                originalRef: RateCenterSearchViewX
                $ref: '#/components/schemas/RateCenterSearchViewX'
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: RateCenterSearchViewX
            $ref: '#/components/schemas/RateCenterSearchViewX'
          schema:
            originalRef: RateCenterSearchViewX
            $ref: '#/components/schemas/RateCenterSearchViewX'
components:
  schemas:
    TelephoneNumberPrefixViewX:
      type: object
      properties:
        prefix:
          type: string
        wireless:
          type: boolean
        wirelessBlockNumbers:
          type: array
          uniqueItems: true
          items:
            type: string
            format: byte
    RateCenterSearchViewX:
      type: object
      properties:
        name:
          type: string
        abbrName:
          type: string
        reorderName:
          type: string
        reorderNameAlias:
          type: string
        state:
          type: string
        country:
          type: string
        latitude:
          type: number
          format: double
        longitude:
          type: number
          format: double
        msa:
          type: string
        zips:
          type: array
          uniqueItems: true
          items:
            type: string
        prefixes:
          type: array
          items:
            originalRef: TelephoneNumberPrefixViewX
            $ref: '#/components/schemas/TelephoneNumberPrefixViewX'
        distance:
          type: number
          format: double
x-refined-from:
- alianza-apidocs-swagger2-original.json
- alianza-supported-rate-centers-by-alianza-and-specified-carrier-api-openapi.yml