Alianza Call Group API

The Call Group API from Alianza — 2 operation(s) for call group.

Operations 6

GET /v2/partition/{partitionId}/account/{accountId}/group Get call group list #
POST /v2/partition/{partitionId}/account/{accountId}/group Create call group #
GET /v2/partition/{partitionId}/account/{accountId}/group/{callGroupId} Retrieve a call group #
PUT /v2/partition/{partitionId}/account/{accountId}/group/{callGroupId} Update call group #
DELETE /v2/partition/{partitionId}/account/{accountId}/group/{callGroupId} Delete call group #
PATCH /v2/partition/{partitionId}/account/{accountId}/group/{callGroupId} Update call group #

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-call-group-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-call-group-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Alianza Call Group API
  version: '2'
  description: 'Operations tagged Call Group across 3 of this provider''s published API definitions: alianza-apidocs-swagger2-original.json, alianza-call-group-api-openapi.yml, alianza-openapi-original.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: Call Group
paths:
  /v2/partition/{partitionId}/account/{accountId}/group:
    get:
      tags:
      - Call Group
      summary: Get call group list
      description: Use to retrieve a list of call groups.
      operationId: getAllCallGroups
      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
      - name: memberType
        in: query
        description: Filter by member type
        required: false
        schema:
          type: string
          enum:
          - DEVICE
          - USER
      - name: memberId
        in: query
        description: Filter for member ID, requires member type
        required: false
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            type: array
            items:
              originalRef: CallGroupX
              $ref: '#/components/schemas/CallGroupX'
          content:
            application/json:
              schema:
                type: array
                items:
                  originalRef: CallGroupX
                  $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid partition or account ID
        '404':
          description: Not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            type: array
            items:
              originalRef: CallGroupX
              $ref: '#/components/schemas/CallGroupX'
          schema:
            type: array
            items:
              originalRef: CallGroupX
              $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid partition or account ID
        '404':
          description: Not found
    post:
      tags:
      - Call Group
      summary: Create call group
      description: Use to create a call group
      operationId: createCallGroup
      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: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          content:
            application/json:
              schema:
                originalRef: CallGroupX
                $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid call group object
        '404':
          description: Not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          schema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid call group object
        '404':
          description: Not found
      requestBody:
        content:
          application/json:
            schema:
              originalRef: CallGroupX
              $ref: '#/components/schemas/CallGroupX'
        description: Call group object
        required: true
  /v2/partition/{partitionId}/account/{accountId}/group/{callGroupId}:
    get:
      tags:
      - Call Group
      summary: Retrieve a call group
      description: Use to retrieve a call group
      operationId: getCallGroup
      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
      - name: callGroupId
        in: path
        description: ID of call group
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          content:
            application/json:
              schema:
                originalRef: CallGroupX
                $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid account ID or call group ID
        '404':
          description: Not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          schema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid account ID or call group ID
        '404':
          description: Not found
    put:
      tags:
      - Call Group
      summary: Update call group
      description: Use to update a call group
      operationId: updateCallGroup
      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
      - name: callGroupId
        in: path
        description: ID of Call group
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          content:
            application/json:
              schema:
                originalRef: CallGroupX
                $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid call group ID or call group object
        '404':
          description: Not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          schema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid call group ID or call group object
        '404':
          description: Not found
      requestBody:
        content:
          application/json:
            schema:
              originalRef: CallGroupX
              $ref: '#/components/schemas/CallGroupX'
        description: Call group object
        required: true
    delete:
      tags:
      - Call Group
      summary: Delete call group
      description: Use to delete a call group
      operationId: deleteCallGroup
      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
      - name: callGroupId
        in: path
        description: ID of call group
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            type: string
          content:
            application/json:
              schema:
                type: string
        '400':
          description: Invalid call group ID
        '404':
          description: Not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            type: string
          schema:
            type: string
        '400':
          description: Invalid call group ID
        '404':
          description: Not found
    patch:
      tags:
      - Call Group
      summary: Update call group
      description: Use to update a call group
      operationId: patchCallGroup
      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
      - name: callGroupId
        in: path
        description: ID of call group
        required: true
        schema:
          type: string
      responses:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          content:
            application/json:
              schema:
                originalRef: CallGroupX
                $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid call group ID or call group object
        '404':
          description: Not found
      responsesObject:
        '200':
          description: successful operation
          responseSchema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
          schema:
            originalRef: CallGroupX
            $ref: '#/components/schemas/CallGroupX'
        '400':
          description: Invalid call group ID or call group object
        '404':
          description: Not found
      requestBody:
        content:
          application/json:
            schema:
              originalRef: CallGroupX
              $ref: '#/components/schemas/CallGroupX'
        description: Call group object
        required: true
components:
  schemas:
    CallGroupX:
      type: object
      properties:
        partitionId:
          type: string
        accountId:
          type: string
        id:
          type: string
        name:
          type: string
        type:
          type: string
          enum:
          - DEVICE
          - USER
        subType:
          type: string
          enum:
          - ANY_USER
          - PAGING_DEVICE
        memberIds:
          type: array
          uniqueItems: true
          items:
            type: string
  securitySchemes:
    X-Auth-Token:
      type: apiKey
      in: header
      name: X-AUTH-TOKEN
x-refined-from:
- alianza-apidocs-swagger2-original.json
- alianza-call-group-api-openapi.yml
- alianza-openapi-original.yml