Alianza Virtual Fax API

The Virtual Fax API from Alianza — 1 operation(s) for virtual fax.

Operations 2

GET /v2/partition/{partitionId}/account/{accountId}/vfax/outbound Retrieve Outbound Virtual Fax Configuration #
PUT /v2/partition/{partitionId}/account/{accountId}/vfax/outbound Update Outbound Virtual Fax Configuration #

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-virtual-fax-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-virtual-fax-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alianza Virtual Fax API
  version: '2'
  description: 'Operations tagged Virtual Fax across 3 of this provider''s published API definitions: alianza-apidocs-swagger2-original.json, alianza-openapi-original.yml, alianza-virtual-fax-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: Virtual Fax
paths:
  /v2/partition/{partitionId}/account/{accountId}/vfax/outbound:
    get:
      tags:
      - Virtual Fax
      summary: Retrieve Outbound Virtual Fax Configuration
      description: Use to retrieve the outbound vfax configuration on an account
      operationId: retrieveOutboundVFax
      parameters:
      - 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: VfaxOutbound
            $ref: '#/components/schemas/VfaxOutbound'
          content:
            application/json:
              schema:
                originalRef: VfaxOutbound
                $ref: '#/components/schemas/VfaxOutbound'
        '403':
          description: Partition or account not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: VfaxOutbound
            $ref: '#/components/schemas/VfaxOutbound'
          schema:
            originalRef: VfaxOutbound
            $ref: '#/components/schemas/VfaxOutbound'
        '403':
          description: Partition or account not found
    put:
      tags:
      - Virtual Fax
      summary: Update Outbound Virtual Fax Configuration
      description: Use to configure outbound vfax for an account
      operationId: updateOutboundVFax
      parameters:
      - 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: VfaxOutbound
            $ref: '#/components/schemas/VfaxOutbound'
          content:
            application/json:
              schema:
                originalRef: VfaxOutbound
                $ref: '#/components/schemas/VfaxOutbound'
        '403':
          description: Partition or account not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: VfaxOutbound
            $ref: '#/components/schemas/VfaxOutbound'
          schema:
            originalRef: VfaxOutbound
            $ref: '#/components/schemas/VfaxOutbound'
        '403':
          description: Partition or account not found
      requestBody:
        content:
          application/json:
            schema:
              originalRef: VfaxOutbound
              $ref: '#/components/schemas/VfaxOutbound'
        description: Outbound vfax configuration
        required: true
components:
  schemas:
    VfaxOutbound:
      type: object
      properties:
        callerId:
          type: string
        enabled:
          type: boolean
        accountId:
          type: string
        partitionId:
          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-virtual-fax-api-openapi.yml