Alianza Service Activation API

The Service Activation API from Alianza — 1 operation(s) for service activation.

Operations 1

GET /v2/partition/{partitionId}/account/{accountId}/reference/{referenceId}/type/{serviceType} Retrieve a service activation event on an account #

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-service-activation-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-service-activation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alianza Service Activation API
  version: '2'
  description: 'Operations tagged Service Activation across 3 of this provider''s published API definitions: alianza-apidocs-swagger2-original.json, alianza-openapi-original.yml, alianza-service-activation-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.d2.alianza.com
  description: Development
- url: https://api.q2.alianza.com
  description: QA
- url: https://api.b2.alianza.com
  description: Beta
- url: https://api.alianza.com
  description: Production
tags:
- name: Service Activation
paths:
  /v2/partition/{partitionId}/account/{accountId}/reference/{referenceId}/type/{serviceType}:
    get:
      tags:
      - Service Activation
      summary: Retrieve a service activation event on an account
      description: Use to retrieve a specific service activation event on an account
      operationId: retrieve_7
      parameters:
      - name: referenceId
        in: path
        required: true
        schema:
          type: string
      - name: serviceType
        in: path
        required: true
        schema:
          type: string
          enum:
          - PORT_REQUEST
          - CSR_CHANGE_REQUEST
          - ACTIVATION
          - NINE_ONE_ONE_ADDRESS
          - DISCONNECT
          - DYNAMIC_RESERVATION
          - BYOTN_REQUEST
          - SERVICE_PROVIDER_TN
      - name: X-AUTH-TOKEN
        in: header
        required: false
        schema:
          type: string
      - name: partitionId
        in: path
        description: ID of partition
        required: true
        schema:
          type: string
      - name: accountId
        in: path
        description: ID of account
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            originalRef: ServiceActivationEventX
            $ref: '#/components/schemas/ServiceActivationEventX'
          content:
            application/json:
              schema:
                originalRef: ServiceActivationEventX
                $ref: '#/components/schemas/ServiceActivationEventX'
        '400':
          description: Invalid partition or account
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: ServiceActivationEventX
            $ref: '#/components/schemas/ServiceActivationEventX'
          schema:
            originalRef: ServiceActivationEventX
            $ref: '#/components/schemas/ServiceActivationEventX'
        '400':
          description: Invalid partition or account
components:
  schemas:
    ServiceActivationEventX:
      type: object
      properties:
        id:
          type: string
        partitionId:
          type: string
        accountId:
          type: string
        serviceType:
          type: string
          enum:
          - PORT_REQUEST
          - CSR_CHANGE_REQUEST
          - ACTIVATION
          - NINE_ONE_ONE_ADDRESS
          - DISCONNECT
          - DYNAMIC_RESERVATION
          - BYOTN_REQUEST
          - SERVICE_PROVIDER_TN
        referenceType:
          type: string
          enum:
          - TELEPHONE
          - PORT
          - DYNAMIC_INVENTORY
          - BYOTN
          - BYOTN_PORT
        referenceId:
          type: string
        activationStatusType:
          type: string
          enum:
          - PENDING
          - IN_PROGRESS
          - REJECTED
          - FOC_RECEIVED
          - FOC_REMOVED
          - CANCELLED
          - CANCEL_PENDING
          - CARRIER_CANCELLED
          - DELETE_PENDING
          - DELETE_SCHEDULED
          - COMPLETED
          - CORRECTED_COMPLETED
          - COOLDOWN
          - HOT_CUT_PORT
          - ON_HOLD
          - RESELLER_PENDING
        createdDate:
          type: string
          format: date-time
        lastUpdatedDate:
          type: string
          format: date-time
        focDate:
          type: string
          format: date-time
        crdDate:
          type: string
          format: date-time
        city:
          type: string
        mainTelephoneNumber:
          type: string
        subTelephoneNumbers:
          type: array
          items:
            type: string
        firstName:
          type: string
        lastName:
          type: string
        companyName:
          type: string
        state:
          type: string
        l3Reaction:
          type: string
          enum:
          - IGNORE
          - RESUBMIT
          - CANCEL
          - SEND_EMAIL
        parentOrderId:
          type: string
        editableFieldTypes:
          type: array
          items:
            type: string
            enum:
            - crdDate
            - wirelessAccountNumber
            - wirelessPin
            - name
        losingCarrier:
          type: string
        inboundCarrierType:
          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
        logs:
          type: array
          items:
            originalRef: ServiceActivationEventLogX
            $ref: '#/components/schemas/ServiceActivationEventLogX'
    ServiceActivationEventLogX:
      type: object
      properties:
        status:
          type: string
          enum:
          - PENDING
          - IN_PROGRESS
          - REJECTED
          - FOC_RECEIVED
          - FOC_REMOVED
          - CANCELLED
          - CANCEL_PENDING
          - CARRIER_CANCELLED
          - DELETE_PENDING
          - DELETE_SCHEDULED
          - COMPLETED
          - CORRECTED_COMPLETED
          - COOLDOWN
          - HOT_CUT_PORT
          - ON_HOLD
          - RESELLER_PENDING
        actionDate:
          type: string
          format: date-time
        code:
          type: string
        message:
          type: string
        creationDate:
          type: string
          format: date-time
        generatedTicketId:
          type: string
  securitySchemes:
    X-Auth-Token:
      type: apiKey
      in: header
      name: X-AUTH-TOKEN
x-refined-from:
- alianza-apidocs-swagger2-original.json
- alianza-openapi-original.yml
- alianza-service-activation-api-openapi.yml